<H1> </H1>
|
Headings (remember, they run from H1 through H6 , decreasing in size).
|
<FONT> </FONT>
|
This allows you to manipulate the appearance of text between the beginning and ending tags. Simply add one of the following after the FONT in the beginning tag:
SIZE=
|
Lets you enlarge or shrink the size of a font. For example, <FONT SIZE=+1> will increase its size by one like this, and <FONT SIZE=-1> will shrink it like this).
|
COLOR=#
|
This lets you change the color of the text between the beginning and ending tags.
|
|
<CENTER> </CENTER>
|
Centers the text between the beginning and ending tags. |
<B> </B>
|
Makes text bold.
|
<I> </i>
|
Makes text italic.
|
<U> </U>
|
Makes text underlined.
|
<BR>
|
Inserts a break between lines, like that. Has no ending tag.
|
<P> </P>
|
Marks the beginning of a paragraph. Paragraphs will have a blank line above and below them, but won't be indented.
|
<BLOCKQUOTE> </BLOCKQUOTE>
|
Brings the margins of the text between the beginning and ending tags in by about half an inch. All of the pages in this course use this tag. It also acts like the <P> tag in that it inserts a blank line before and after the marked text,
like this.
|