HTML

Which tag is used to create a bullet or unordered list?


 258
Answer : D) <ol>

To create a bullet or unordered list in HTML, <ul> (unordered list) tag is used along with the <li> (list item) elements.

Join Discussion
Please Login to Post a Comment