TAGS

1. The following tags, <P>, <BR> and <HR>, can be used by themselves.

<br> This breaks the text and starts a new line

<p> This breaks the text and starts a new paragraph.

<HR> This enters a line from side to side like below.


2. The following tags always are used in pairs starting with <x> and ending with </x>. Text between these two marks will be affected.

<I> and </I> This makes words Italic Font

<B> and </B> This makes words Bold Font

<EM> and </EM> This gives Words Emphasis

<U> and </U> This will underline a word for you

<TT> and </TT> This will make Typewriter Text

<STRIKE> and </STRIKE> This will Strike through text for you

<SUB> and </SUB> This will offer you a Subscript

<SUP> and </SUP> This will offer you a Superscript

<TR> and </TR> This will give you The Times Roman Font

3. The following tags make a list.

<ul>
<li> item1
<li> item2
<li> item3
</ul>

The expression above makes a list like below.

4. etc, etc, etc... You will learn more as you progress. The above are tags that you will use frequently.

BACK TO TUTORIAL