first-letter-selector-026

First-Letter: Basic Test

WeasyPrint

This browser

Source

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 2 <html>
 3  <head>
 4   <title>CSS Test: First-Letter: Basic Test</title>
 5   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
 6   <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/selectors/first-letter/005.html" type="text/html">
 7   <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#first-letter">
 8   <style type="text/css">
 9    p:first-letter { float: left; padding: 0.1em; border: solid; color: lime; background: green; }
10   </style>
11  </head>
12  <body>
13   <p>The first letter of this paragraph should be green.</p>
14  </body>
15 </html>