Example:
<ul> <li>good</li> <li>gs</li> </ul> <style> li::marker { color: red; } </style>
You must be logged in to post a comment.