Site hosted by Angelfire.com: Build your free website today!

HTML HELP!

Okay, we made this page because it needed to be done. Frankly, we see a lot of pages, and a lot of them are made by people who really have no idea how to make a webpage so they come running to us for help. Now both Jesse and Ronan are quite good with HTML things, so we have taken it upon ourselves to make this page. Here we go, by the end of this you should be smarter, we hope:

Note for all HTML: At the end of an HTML a "/" symbol is put in the turn it off. Example, you would write something underlined, <u>like this, but until you type </u> it will stay underlined. This goes for all HTML commands except <p>,<br>, and <hr>.



Know this stuff!!


<center>=centers something
<br>=Putting in a break, acts as the 'return' key, starts a new line
<p>=Making a space between lines
<hr>=Puts in a horizontal line
Styles:
<b>=bold
<u>=underline
<s>=strike through
<i>=italics

Sizes>/h3>.....:
Note: Sizes are done on a scale of 1 to 7, 1 being the largest, 7 being the smallest.

<h1>

<h2>

<h3>

<h4>

<h5>
<h6>
<h7>


How to add a lovely picture to your already dull and lifeless page:


Here is our picture:

Now here's how we wrote it:
<center><img src=http://www.geocities.com/Baja/Dunes/2360/hanson32.jpg"></center><br>
Notice how we put the center marks around the picture, to center it. You don't have to center it, but its nice.



How to add a link to a cool page:


Here is our link:
Hanson Outpost
Now here's how its done:
<center><a href="https://www.angelfire.com/ak/ronan">Hanson Outpost</a><br></center>

Okay but what if you want to have a picture as your link?
Here is our link/picture:


Okay, and of course here is how to write it:
<center><a href="https://www.angelfire.com/ak/ronan"><img src="http://seaknet.alaska.edu/~rooney/outpostanim.gif"></a><br></center>

Now how about an email address??
Here is Ronan's email:

Ronan's email

And how we wrote it:
<center>Email: <a href="mailto:rooney@seaknet.alaska.edu">Ronan's email</a></center>