Single Choice Not Set

QHow do I make an unordered list in HTML, when the list elements are bulleted?

ID: #4794 HTML List MCQ 172 views
Question Info
#4794Q ID
Not SetDifficulty
HTML List MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A
    
    <ul>
    
  • B
    
    <ol>
    
  • C
    
    <li>
    
  • D
    
    <i>
    
Correct Answer

Explanation


The <ul> (unordered list) element is used to create a bulleted list in HTML. <br>An unordered list is a list of items in which the order of the items is not important. <br>Each item in the list is represented by a <li> (list item) element, and the list items are typically displayed with bullet points.<br>

You can use the type attribute of the <ul> element to specify the type of bullet to use for the list items. <br>The possible values for the type attribute are disc, circle, square, and none.<br>

Share This Question

Challenge a friend or share with your study group.