TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <style> h2:before { content: "→ "; color: blue; font-weight: bold; } </style> </head> <body> <h2>Welcome to CSS Tutorials</h2> <h2>Learn the :before Pseudo-Element</h2> </body> </html>