Q: How do I make an unordered list in HTML, when the list elements are bulleted?
A
Answer:
A
Explanation:
The
(unordered list) element is used to create a bulleted list in HTML.
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 - (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.
Related Topic:
Share Above MCQ