TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <style> p::first-letter { font-size: 2em; font-weight: bold; } </style> </head> <body> <p>This is an example paragraph.</p> </body> </html>