- Index Page - - Stuff about me - - Practicing Tables -
- Class WebSite -
- Go to the bottom -

I recently took an HTML class and here's a few things that we covered.

This is an example of standard (unformatted) body text displayed within an HTML document. In the upcoming exercises, you will learn to use Heading Level tags to structure your Web pages and formatting tags to format the text in your Web pages. Standard body text can be added to an HTML document simply by typing; no special tags are required. It’s as easy as typing text into a word processing document.

Heading Level 1

Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5

Heading Level 6
This is an example of plain text (no formatting)
This is bold text
This is italic text
This is bold and italic text
This is underlined text
This is bold and underlined text
This is superscript text
This is subscript text
This is monospaced font text

Without the Break tag
This is an example of standard text displayed within the body of an HTML document without a break tag.

With the Break tag
This is an example of standard text
displayed within the body of an HTML
document with a break tag.

Without the Paragraph tag
Unlike in word processing documents, carriage returns and line breaks in HTML files are ignored. Text can only be broken using a Paragraph tag or Break tag.

With the Paragraph tag
Unlike in word processing documents,

carriage returns and line breaks in HTML files are ignored. Text can only

be broken using a Paragraph tag or Break tag.

Without the Preformatted Tag
Ohio Virginia Texas Georgia 1996 87 77 43 102 1997 41 59 92 116

With the Preformatted Tag

        Ohio   Virginia   Texas   Georgia

1996       87       77        43      102

1997       41       59        92      116

Without the Blockquote tag
This is an example of standard body text. The text extends all the way to the left margin and all the way to the right margin.

With the Blockquote tag

This is an example of standard body text with the Blockquote tag. Notice how the text is indented on both the left and the right.

The Biggest States

  • Alaska
  • California
  • Montana
  • Nevada
  • Texas

    Morning Routine

    1. Turn off alarm
    2. Make coffee
    3. Take shower
    4. Shave
    5. Drink all of coffee
    6. Brush teeth
    7. Drive to the office

    Default Horizontal Rule


    WIDTH=50%

    WIDTH=50%, ALIGN=left


    WIDTH=75%, ALIGN=right, SIZE=10


    This is an absolute font size of 2

    This is an absolute font size of 6

    This is a relative font size of +3

    This is a relative font size of +5

    This is a relative font size of -5

    This text is green

    This text is red and Arial font

    Character Entity References
    Copyright symbol ©

    Registered symbol ®

    Ampersand &

    Degree symbol °

    Quotation mark "

    Character Numeric References
    Zero sum symbol ø

    Legal section symbol §

    Percentage symbol %

    Japanese Yen symbol ¥

    Paragraph symbol ¶

    I can even insert additional        horizontal spaces

    The Air Show

    Common House Pets
    Cat

    Dog

    Goldfish

    Gargoyle

    External Link (anchor tag)
    Link to Saucony's Web site

    Link (anchor tag) to another of my pages
    If you want to see my other Web page, click here.

    Link to a JPEG image file
    This exercise creates a link that downloads a JPEG image of runners in a race.

    Creating an image anchor
    If you click the image below, you will download another picture of a jet.

    Automobiles of the World

    American German Japanese British
    Ford Porsche Toyota Jaguar
    Saturn BMW Acura Rolls Royce
    Chrysler Audi Mitsubishi Land Rover

    Inserting Images in a Table

    "On the road of life,
    what comes around
    the next corner is
    often uncertain...."
    "Hey, buddy...can
    you point me
    toward a good
    country bar in
    Nashville?"

    You made it to the bottom!

    - Go back to the top?-