All of your page stuff goes here between the <body> tag and </body> tag.
It will be single spaced on one continuous line unless you use some other tags.
The <br> (line break) tag starts a new line.
The <p> (paragraph) tag starts a new line after a blank one. Here are some centered headings:
When you use the <a> (anchor) tag, the
Link Description Goes Here,
between the <a> tag and the </a> tag and becomes underlined.
The href= (hyperlink reference) argument within the <a>
tag indicates where to go to when the underlined text is clicked.
Everything preformatted between the <pre> tag and </pre> tag
will show multiple spaces,
tabs,
fonts,
line returns,
etc.
Here's a picture:
You can put a picture between the <a> tag and the </a> tag to make the entire picture a hyperlink.