Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> p::before { content: open-quote; } p::after { content: close-quote; } </style> </head> <body> <h2>Beispiel für die Eigenschaft content</h2> <p>Hallo, ich heiße John</p> <p>Ich komme aus Canada</p> </body> </html>