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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The
- (unordered list) element is used to create a bulleted list in HTML.
- (list item) element, and the list items are typically displayed with bullet points.
You can use the type attribute of the- element to specify the type of bullet to use for the list items.
The possible values for the type attribute are disc, circle, square, and none.
An unordered list is a list of items in which the order of the items is not important.
Each item in the list is represented by a
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic