<!DOCTYPE html> <html> <head> <style> p { font-size:24px; } p::first-letter { font-size: 200%; font-weight: bold; color: #000; } </style> </head> <body> <h1>Welcome to My Homepage</h1> <p>My name is GK</p> </body> </html>