441418-1.html (223B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <style> 5 p { width:0; color:black; } 6 p::first-letter { color:yellow; } 7 p.pre { white-space:pre; } 8 </style> 9 </head> 10 <body> 11 <p class="pre"> 12 Hello 13 <p class="pre">" 14 Hello 15 <p>" 16 Hello 17 </body> 18 </html>