The <q> element defines a short quote. Browsers usually display quotation marks around the <q> element.
| HTML file: | Displayed by browser: |
|---|---|
|
<p>Erma Bombeck declared:
<br /> "Never have more children than you have car windows." </p> |
Erma Bombeck declared:
|
|
<p>Erma Bombeck declared:
<br /> <q>Never have more children than you have car windows.</q> </p> |
Erma Bombeck declared:
|