How to create an unordered list (a list with the list items in bullets) in HTML *
Answers
Answered by
2
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.
Similar questions