

Appearance
|
|
Heading (the spec. defines 6 levels) <h?> </h?>Example of h4 | |
| 3.0 | Align heading <h? align=left></h?> <h? align=center></h?> <h? align=right><h?>
Example of h4 on leftExample of h4 in centerExample of h4 on right |
| 3.0 | Division <div> </div>
This text represents division. This text represents division. This text represents division. This text represents division.
|
| 3.0 | Align Division <div align=left> </div> <div align=right></div> <div align=center> </div> <div align=justify> </div>
This text represents division to the right. This text represents division to the right. This text represents division to the right. This text represents division to the right.
This text represents division in the center. This text represents division in the center. This text represents division in the center. This text represents division in the center. This text represents division in the center. This text represents division in the center. This text represents division in the center. This text represents division in the center.
This text represents division to the left. This text represents division to the left. This text represents division to the left. This text represents division to the left.
This represents justified text. This represents justified text. This represents justified text. This represents justified text. This represents justified text. This represents justified text. This represents justified text. This represents justified text. This represents justified text. This represents justified text.
|
Block Quote (usually indented) <blockquote></blockquote>This text represents blockquote. This text represents blockquote. This text represents blockquote. This text represents blockquote. This text represents blockquote. This text represents blockquote. This text represents blockquote. This text represents blockquote. |
Emphasis (usually displayed as italic)
<em></em> This text represents emphasis. | |
Strong Emphasis (usually displayed as bold)
<strong></strong>
This text represents strong. | |
Citation (usually italics)
<cite></cite>This text represents citation. | |
Code (for source code listings)
<code></code>This text represents code. | |
Sample Output
<samp></samp>This text represents sample output. | |
Keyboard Input
<kbd></kbd>This text represents keyboard input. | |
Variable <var></var>This text represents variable. | |
Definition (not widely implemented) <dfn></dfn>This text represents definition. | |
Author's Address <address></address>This text represents author's address. | |
| 3.0 | Large font size <big></big>This text represents large font size. |
| 3.0 | Small font size <small></small>This text represents small font size. |
Presentation Formatting (author specifies text appearance) Bold <B></B> Italic <I></I>
This text represents bold. This text represents italic. | |
| 3.0 | Underline (not widely implemented yet) <u></u>This text represents underline. |
| 3.0 | Strikeout (not widely implemented yet) <s></s> |
| 3.0 | Subscript <sub></sub>This text shows subscript. |
| 3.0 | Superscript <sup></sup>This text shows superscript. |
Typewriter (displays in a monospaced font) <tt></tt>This text represents typewriter. | |
Preformatted (display text spacing as-is) <pre></pre>
This text shows preformat. |
![]() |
Width (in characters) <pre width=?></pre>This text shows preformat. This text shows preformat. This text shows preformat. This text shows preformat. This text shows preformat. |
| N1.0 | Center (for both texts and images) <center></center> |
| N1.0 | Blinking (the most derided tag ever) <blink></blink> |
| N1.0 | Font Size (ranges from 1-7) <font size=?></font>This text shows font size 4. |
| N1.0 | Change Font Size <font size=+?><font> <font size=-?></font>This text shows font size +1. This text shows font size -1. |
| N1.0 | Base Font Size (from 1-7;default is 3) [Use in conjunction with < font size=?></font> <basefont size=?> |
| N2.0 | Font Color <font color="#$$$$$$"></font>This shows font color=red. See Colors from Infinet. |