<!DOCTYPE html>
<style>
div::first-letter { color: white }
div::first-line { background: green }
</style>
<div>
First letter should be white, and the first line should have a green
background.
</div>
<!DOCTYPE html>
<style>
div::first-letter { color: white }
div::first-line { background: green }
</style>
<div>
First letter should be white, and the first line should have a green
background.
</div>