1.

Which of the following can’t be the value of list-style-type?(a) square(b) circle(c) ellipse(d) discThis question was addressed to me in homework.I need to ask this question from Numbered, Bullet and Definition Lists topic in section Text, Links & Lists of HTML

Answer»

Correct option is (c) ellipse

Easy explanation: list-style-property is USED for defining the style of list item marker. Its value can be SQUARE, CIRCLE, DISC or none. For setting list item marker to be BULLET we use the value disc. It is the default value. For setting list item marker to a circle we used the circle, for setting it to be square we set the value square. If we set the value none, list items will not be marked.



Discussion

No Comment Found

Related InterviewSolutions