HOME
INTRODUCTION
LAYOUT
FORMAT
LINKS
LISTS
TABLES
BACKGROUNDS
IMAGES
NAVIGATION
|
CHARACTER FORMATTING
These HTML tags will change the "look" of the text on a page. The first group does not affect the font; the second group will.
= makes text bold< (also )
= italics, for emphasis (also )
= underline
= monospaced characters (also )
= enlarge the text
= reduce the text
The <font> tag is very useful for making your text stand out. Two common attributes of this tag are size and color, and they may be used separately or together.
= text is two sizes larger (default is 3; sizes run from 1 to 5)
= text is very small
Exercise:
My Webpage
First Paragraph
This is the first sentence in the first paragraph. This is
the second sentence, which should appear on its own line. This word
is bold, this is in italics, and this is
bigger and this is smaller than the rest
of the text.
Second Paragraph
Here is the second paragraph. This will be centered on a
separate line. These words will be in green and much larger than the rest of the text.
|
|