Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> p::after { content: " - William Shakespeare."; background-color: #eee; color: #1c87c9; padding:5px 3px; border: 2px dashed #000; margin-left:5px; } </style> </head> <body> <h2>Exemple du sélecteur ::after</h2> <p>"Être ou ne pas être"</p> </body> </html>