HTML HTML Basic MCQ Question #4805
Single Choice Not Set

QWhat other sorts of bulleted or unordered lists are there in HTML?

ID: #4805 HTML Basic MCQ 210 views
Question Info
#4805Q ID
Not SetDifficulty
HTML Basic MCQTopic

Choose the Best Option

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

  • A disc, square, triangle
  • B polygon, triangle, circle
  • C disc, circle, square
  • D All of the above
Correct Answer

Explanation


 In an unordered list in HTML, you can use the type attribute to specify the style of the bullet points. 
The three possible values for the type attribute are "disc", "circle", and "square".

The default value is "disc", which displays a solid bullet point. 
The value "circle" displays an empty bullet point, and the value "square" displays a square bullet point.

Share This Question

Challenge a friend or share with your study group.