From http://www.w3schools.com (Copyright Refsnes Data)
ExampleFormat text in a document:
|
The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>, <var>, and <cite> tags are all phrase tags. They are not deprecated, but it is possible to achieve richer effect with CSS.
| <em> | Renders as emphasized text |
| <strong> | Renders as strong emphasized text |
| <dfn> | Defines a definition term |
| <code> | Defines computer code text |
| <samp> | Defines sample computer code |
| <kbd> | Defines keyboard text |
| <var> | Defines a variable |
| <cite> | Defines a citation |
![]()
The <em>, <strong>, <dfn>, <code>, <samp>, <kbd>,
<var>, and <cite> tags are supported in all major browsers.
NONE
| id, class, title, style, dir, lang, xml: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)