By default paragraph tags are automatically added, so use this tag to add additional ones. | <p>Paragraph one.</p> <p>Paragraph two.</p> | Paragraph one. Paragraph two. |
No help provided for tag div. |
No help provided for tag span. |
Strong | <strong>Strong</strong> | Strong |
Bolded | <b>Bolded</b> | Bolded |
Underlined | <u>Underlined</u> | Underlined |
Italicized | <i>Italicized</i> | Italicized |
Emphasized | <em>Emphasized</em> | Emphasized |
No help provided for tag strike. |
Unordered list - use the <li> to begin each list item | <ul> <li>First item</li> <li>Second item</li> </ul> | |
Ordered list - use the <li> to begin each list item | <ol> <li>First item</li> <li>Second item</li> </ol> | - First item
- Second item
|
By default line break tags are automatically added, so use this tag to add additional ones. Use of this tag is different because it is not used with an open/close pair like all the others. Use the extra " /" inside the tag to maintain XHTML 1.0 compatibility | Text with <br />line break | Text with line break |
Subscripted | <sub>Sub</sub>scripted | Subscripted |
Superscripted | <sup>Super</sup>scripted | Superscripted |