Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> .example { quotes: "\00AB" "\00BB"; } </style> </head> <body> <h2>Beispiel für die Eigenschaft quotes</h2> <p><q class="example">Lorem Ipsum ist ein Blindtext der Druck- und Satzindustrie.</q></p> </body> </html>