This is a header that will appear on within the web page

This is a smaller header; header tags range from h1 down to h6

You can make your text bold , or italic , or underlined using simple tags. Leaving a blank line starts a new paragraph. You can also force a line break with the br tag, like
this.
Preformatted text is
handy when you
want to decide
   what's on each line
   and how it's indented 
      like when you're posting poetry, or computer programs.
(Not a pairing you hear mentioned every day.)
Of course, hypertext isn't hypertext without some links! The tag you need here is the a tag, like this: Link label text The text between the a and /a tags becomes the link. The href=URL tells the browser what to link to. You can also link to a file that's in the same directory as this page, using the same format, like this: Another file
Tables are easy to include, but a bit messy to look at.
Each tr tag starts a new row Each td tag starts a new cell You can play around with this
one two three
testing testing testing
If you don't want a visible border, omit the border argument within the table tag. Finally, you can include an image with the img tag, like this: Images can also be placed in table cells; this is a handy way to format. Last but not least, it's good to provide a mailto link, so people can contact you (at least from their home machines). Here's a sample: Email me!