| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>CSS Test: ::marker interaction with ::before, ::after, and ::first-letter pseudo elements reference file</title> | |
| <link rel="author" title="Daniel Bates" href="mailto:[email protected]"> | |
| <style> | |
| li { | |
| color: green; | |
| font-size: 20px; | |
| } | |
| .first-letter { | |
| color: white; | |
| background-color: green; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <ol> | |
| <li><span class="first-letter">P</span>ASSED if the list marker is green.</li> | |
| </ol> | |
| </body> | |
| </html> |