1 2 3 4 5 6 7 8 9 10 11 12
<!DOCTYPE HTML> <html> <head> <style> body::first-letter { color:white; } </style> </head> <!-- Check that a pre-line newline stops first-letter processing --> <body style="white-space:pre-line; color:black;"> Hello </body> </html>