Recently in notes Category

Element:      abbr
Attributes:     | class | id | title | xml:lang |

Element:      acronym
Attributes:     | class | id | title | xml:lang |

<p>
     <abbr title="World Wide Web">WWW</abbr>
     <abbr title="Abbreviation">abbr.</abbr>
</p>
<p>
     <acronym>radar</acronym>
</p>

Element:      address
Attributes:     | class | id | title | xml:lang |

Element:      blockquote
Attributes:     | cite | class | id | title | xml:lang |

<blockquote cite="http://www.mycom.com/tolkien/twotowers.html">
     <p>They went in single file, running like hounds on a strong scent, and an eager light was in their eyes. Nearly due west the broad swath of the

marching Orcs tramped its ugly slot; the sweet grass of Rohan had been bruised and blackened as they passed.</p>
</blockquote>

Element:      cite
Attributes:     | class | id | title | xml:lang |

Element:      em
Attributes:     | class | id | title | xml:lang |

Element:      q
Attributes:     | cite | class | id | title | xml:lang |

<div>  As
     <cite>Harry S. Truman</cite> said,
     <q>The buck stops here.</q>
</div>
<div> More information can be found in
     <cite>[ISO-0000]</cite>.
</div>
<div> Please refer to the
     <em>following reference number</em> in future correspondence:
     <strong>1-234-55</strong>
</div>

source: click me