First Header

Above you will find an "h1" heading. "h1" Tags create a larger font and are useful for allowing search engines to optimize results. This is an HTML example of a paragraph. Note that it begins with a "p" tag. This is referred to as an opening tag and later the paragraph closes with a closing tag.

Line Breaks, Paragraphs and Horizontal Lines

Note that the above heading is smaller because I used an "h2" tag. Closing the paragraph will create a space before my next writing.

It is common to add a line break. For example if I wanted to put an address on another line, I could use the "br /" tags: My address is:
1234 Main Street
Anytown, USA 12144

We can also add a horizontal line by using the hr tag. Here is a horizontal line.


A Third Header

The "h3" tag above is different than the prior two headers.


Applying Logical Formatting

This is an example of an "h4" header. I am also using a "br /" tag to not skip a line before the next line.
Use the tag "strong" when you want a word to be bold.
Use the tag "em" when you want a word to be in italics.
Hyperlinks - CREATING A LINK TO ANOTHER WEB PAGE SOMEWHERE ELSE

Above heading is using "h5" tag.
This is a hyperlink to Google.
The hyperlink is made by using the tag "a href=http://www.google.com."


Create a Link within the Page
"h6" headings are very small. Let's go back and do an "h1" heading.

Create a Link within the Page

The hyperlink is made by using the tag "a href=pagelink.html"

This is a Linked Page.

and if you want to email me

You simply have to click here: e-mail Joe Slump .


Picture Time!

This is a picture of Ringo.

.
Ringo is COOL.