<!DOCTYPE html> <html lang="en"> <head> <style> p:first-letter { color: red; font-size: 200%; } </style> </head> <body> <p>Some text</p> </body> </html>