<html> <head> <style> p:first-line { font-size:200%; color:red; } </style> </head> <body> <p>This is the first line of a sample text. <br> This is the second line. </p> </body> </html>