'q' Example
<html> <head> <title>q element example</title> </head> <body> <q> <p>The q content is <big>not</big> rendered as a 40-pixel indentedblock.</p> </q> </body> </html>