<!DOCTYPE html> <html> <head> <style> p:first-letter { color: red; } </style> </head> <body> <p>école</p> </body> </html>