HTML allows you to specify bold text,
underlined text, italicized text
and colored text.
You can also achieve the same effect with
the strong tag and the
emphasis tag.
HTML allows you to nest tags
as long as you close the most recently
open ones first.
This text was entered using
the <pre> tag.
These lines use the
<code>tag
This is an example of
the <cite> tag
and this is an example
of the <kbd> tag
Notice that only <pre> preserves white space.
This is an example of
using the font
tag to change the size of text.
Notice that there is one </font>
for each <font>.