Run ยป
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> p::first-letter { color: #ff0000; font-size: xx-large; } </style> </head> <body> <p> content 1 </p> </body> </html>