Computer Science, asked by jayatidsvaidya, 5 months ago

What value is given to list-style-type property in order to have no numbering or bullets displayed before each list-item?

Answers

Answered by ItzcuteVidhi
13

Answer:

The list-style-type specifies the type of list-item marker. It can accept one of the following values. However, the default values for ul (unordered list) and ol(ordered list) are disc and decimal respectively. The value none hides the list marker.

Similar questions