in which from bullet is shows in unordered list?
Answers
Answered by
1
HTML Unordered List or Bulleted List displays elements in bulleted format . We can use unordered list where we do not need to display items in any particular order. The HTML ul tag is used for the unordered list.
Answered by
2
The Unordered List element. The <ul> HTML element represents an unordered list of items, typically rendered as a bulleted list
Similar questions