23 lines
		
	
	
		
			624 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			624 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| <head>
 | |
| <title>Test</title>
 | |
| <style>
 | |
| span.largefirst
 | |
| {
 | |
|     float: left;
 | |
|     width: 0.7em;
 | |
|     font-size: 400%;
 | |
|     font-family: Georgia, rockwell, algerian;
 | |
|     line-height: 75%;
 | |
| }
 | |
| </style>
 | |
| </head>
 | |
| <body>
 | |
| <p>This is a normal paragraph.</p>
 | |
| <p>So is this one, but the next one will not be.</p>
 | |
| <p><span class="largefirst">W</span><b>   hy</b> did the chicken cross the road? Give up? It was to escape from the enormous capital letter at the beginning of this paragraph. These are the things that keep chickens up at night. No. Really.They are.
 | |
| </p>
 | |
| <p>Here's another normal paragraph.</p>
 | |
| </body>
 | |
| </html>
 |