FORMATTING TEXT- Paragraphs

Without formatting, text is displayed on a webpage as a continuous stream of words. To separate or format the text you will have to use the following TAGS.

TAG

DESCRIPTION

EXAMPLE

<P>

this is used to separate a paragraph. It inserts a space between paragraphs.

This is one paragraph<P>

This is paragraph two.

<BR>

this is used to start a new line - no space between paragraphs.

This is one paragraph<BR>
This is paragraph two.

Remember: Paragraphs are separated the <P> paragraph tag. The <BR> , for line breaks, begins a new line without creating a paragraph.