Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> p::after { content: " - William Shakespeare."; } </style> </head> <body> <h2>::after selector example</h2> <p>"Be or not to be"</p> </body> </html>