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