कौन सी CSS property यह निर्धारित करती है कि list item marker (bullet/number) को list item के box के अंदर रखा जाए या बाहर
Which CSS property defines whether the list item marker (bullet/number) should be placed inside or outside the box of the list item
A
list-style-type
B
list-style-position
C
list-style-image
D
list-style-marker
Explanation
The CSS property that defines whether the list item marker (bullet/number) should be placed inside or outside the box of the list item is list-style-position.
Correct Answer: B) list-style-position