Computer Science, asked by sumanbaghel246, 12 hours ago

How to create an unordered list (a list with the list items in bullets) in HTML *​

Answers

Answered by pcplionelmessi
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