|
<b>
|
This tag creates bold text.
|
|
<big>
|
This bolds the text an enlarges it by a few pixles.
|
|
<blink>
|
This command only works with Netscape. It creates flashing text.
|
|
<comment>
|
This command is used to create notes that are not shown on the page.
|
|
<del>
|
This command creates a strikethrough effect.
|
|
<b>
|
This tag creates an italicized effect.
|
|
<h#>
|
This command creates heading text. Heading text is larger and bold. The # can be replaced with any number from 1-6. With 1 being the largest and 6 the smallest.
|
<i>
|
This command creates italics.
|
<kbd>
|
This command creates text that looks like an old typewriter would produce.
|
<pre>
|
This tag makes it so your browser will recognize white space. For example: tab, enter(return), and spaces will now be effective.
|
<s>
|
This command creates text with a line through it(strikethrough).
|
<small>
|
This creates text one size smaller than the browser's default setting.
|
|
<sub>
|
This tag creates a subscript for example the 2 in H2O.
|
|
<sup>
|
This tag creates superscript for example the 10 in 510
|
|
<tt>
|
This creates text that looks like it was writen with a typewriter.
|
|
<u>
|
This tag creates underlined text.
|