Which attribute is used to change the type of bullet displayed in an
unordered list? Give an example.
Answers
Answered by
5
Explanation:
Change bullet style for an unordered list. Just as you can change the numbering style for an ordered list, you can change the default bullet style for an unordered list with the type attribute. The three possible values for an ordered list include: disc - the default type, represented by a solid circle.
Answered by
41
The bullet style on an individual list item can be suggested using the TYPE attribute of LI. The list-style-type property of CSS provides greater flexibility in suggesting bullet styles. The deprecated COMPACT attribute suggests that visual browsers render the list compactly, perhaps with reduced spacing between items.
Similar questions