TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <style> p::first-line { font-style: italic; color: #555; } </style> </head> <body> <p>This is an example paragraph with a styled first line.</p> </body> </html>