From http://www.w3schools.com (Copyright Refsnes Data)
ExampleFormat text in a document:
|
The <tt>, <i>, <b>, <big>, and <small> tags are all font-style tags. They are not deprecated, but it is possible to achieve richer effect with CSS.
| <tt> | Renders as teletype or mono-spaced text |
| <i> | Renders as italic text |
| <b> | Renders as bold text |
| <big> | Renders as bigger text |
| <small> | Renders as smaller text |
![]()
The <tt>, <i>, <b>, <big>, and <small> tags are supported in all major browsers.
NONE
| id, class, title, style, dir, lang |
For a full description, go to Standard Attributes.
| onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown onkeyup |
For a full description, go to Event Attributes.
From http://www.w3schools.com (Copyright Refsnes Data)