Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> .example { quotes: "\0022" "\0022" "\00AB" "\00BB"; } </style> </head> <body> <h2>Quotes property example</h2> <p> <q class="example"> Lorem Ipsum is simply <q>dummy</q> text of the printing and typesetting industry. </q> </p> </body> </html>