TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <style> h1::before { content: "Important: "; color: red; } </style> </head> <body> <h1>CSS Tutorial</h1> </body> </html>