HomeReferencesHTML Tags

HTML Tag: q

An in-line quote. Used for small quotations.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Required Attributes

  • None.

Optional Attributes

  • cite can be used to specify the location (in the form of a URI) where the quote has come from.
  • Common attributes

Example


<p>Bob said <q>sexy pyjamas</q> but Chris said <q>a kimono</q></p>