HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> p::before{ content: "Important - "; } </style> </head> <body> <h1>CSS content Property</h1> <p>This is a paragraph.</p> </body> </html>
OUTPUT
×

Save as Private