HTML/CSS/Text Tags/q
"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>
<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>