460,675 views
1 vote
1 vote
What is the correct way to set an unordered list to use squares for its list item symbols?

User Yordan Yanakiev
by
2.4k points

1 Answer

19 votes
19 votes

Answer:To create unordered list in HTML, use the <ul> tag. The unordered list starts with the <ul> tag. The list item starts with the <li> tag and will be marked as disc, square, circle, etc. The default is bullets, which is small black circles.

Explanation:sorry if it’s wrong

User Tent
by
2.9k points