847209.html (231B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 .f:first-letter { 6 float: left; 7 } 8 .f { 9 page-break-inside: avoid; 10 } 11 </style> 12 </head> 13 <body onload="document.getElementById('p').className = '';"> 14 <p id="p" class="f">text</p> 15 </body> 16 </html>