Q: What other sorts of bulleted or unordered lists are there in HTML?
-
A
disc, square, triangle
-
B
polygon, triangle, circle
-
C
disc, circle, square
-
D
All of the above
C
Answer:
C
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.
Related Topic:
Share Above MCQ