which of the following can be specified to list-style-type property:
a) disc
b) circle
c) square
d) all of these
Answers
Answered by
2
Question :-
which of the following can be specified to list-style-type property:
a) disc
b) circle
c) square
d) all of these
Answer :-
(d) all of these
Explanation :-
By default, a solid circle is used for the bullets.
However, you can change the bullet style using type attribute. This attribute may have a value of either disc, circle or square e.g., <UL type = "square">.
The disc is the default bullet i.e., a solid circle.
Attribute value circle displays a hollow circle as the bullet and the value square displays a solid square as the bullet.
Similar questions