+ 15
About unordered list...[solved]
How can I change the circles from ul to squares , or anything else? Thank you.
11 ответов
+ 8
Use the 'type' attribute of the ul tag.
https://code.sololearn.com/WYuRZY4cqZ76/?ref=app
+ 9
David O. Capo Chichi But why? We don't need CSS for a simple thing like that. HTML has an attribute like this for a reason.
+ 4
Easier to that in css. use the property list-style
+ 4
ol {
list-style-type:square;
}
+ 3
It just another to do the same thing
+ 2
Just use the list-style-type in css
+ 2
You can add type attribute in html
for example use this-
<ul type="square">
<li>list1</li>
<li>list2</li>
</ul>
Or can change it by using css as list-style-type:square;
+ 1
Помогите пожалуйста с написанием программы в freepascal
+ 1
Square important
+ 1
List-style