<!DOCTYPE html> <html> <head> <style> p:first-letter { color: red; } </style> </head> <body> <p>“Text”</p> </body> </html>