1 2 3 4 5 6
<!DOCTYPE html> <style> body::first-line { color: purple; } </style> <body style="width: 0; color: green"><span>This is some text</span> </body>