<div><img src="https://mc.yandex.ru/watch/28295331" style="position:absolute; left:-9999px;" alt="" /></div>
ProgLike
Войти
Регистрация
Главная
->
CSS
->list-style-type
list-style-type
Свойство list-style-type определяет тип маркера в списке.
Пример
ul.circle {list-style-type:circle}
ul.square {list-style-type:square}
ol.upper-roman {list-style-type:upper-roman}
ol.lower-alpha {list-style-type:lower-alpha}