| Layout tag
| Explanation
|
| <P>
| Often used in order to create a paragraph on a webpage.
|
| <BR>
| Used when you wish to create a 'Line Break'. Anything following will be placed on a new line.
|
| <PRE>
| Used when you wish to have information presented exactly as it was typed.
|
| <HR>
| Used when you wish to seperate content on your page. Usually displayed as a line and can have style changes
done as the programmer wishes. (Color, thickness, etc.)
|
| <H1>
| Heading Tag Used for emphasis of Text and appears bolded.This is the Largest of the Heading tags.
|
| <H6>
| Heading Tag Used for emphasis of Text and appears bolded.This is the smalled of the heading tags available.
|