Hello and welcome to my page about Basic HTML. The basics of HTML isn't that
hard to learn if you put your mine to it. I learnt most of the HTML that I know from my
cousin, Paul or Cybrid or Darknite as some of us might know. I think he learnt from a
great HTML editor called Coffee Cup(you can get it at
http://www.coffecup.com
Well to get on with it we'll first look at links. Links are one of the most used HTML
codes. You can make a link by typing in: <a href="web page address">text</a> and that's it!
Don't forget to put http:// before the address.
Here's an example. <a href="http://www.fortunecity.com>Fortune City</a>
Now for pictures. To place a picture on your home page, you must first make sheer that it is a
.gif or a .jpg file. If it isn't it might not work. This code is also very simple:
<img src="folder/file">. If your file is in a different folder(Eg. Your address might be
www.stuff.com and your images might be in www.stuff.com/images/, get it?)you'll have to type it
in. Here's two example's: <img src="stuff.gif"> and <img src="/images/stuff.gif">.
Now for some harder stuff.
To center thing's all you have to do is type in <center>text</center>.
You use embedding to embed sounds in to your page. You can either embed a .wav or .voc,
or you can embed a midi file, witch will play a lot long of course. Thought the .wav sounds
take much more time to start to play. You can embed your sound by typing in:
<embed src="your .wav or midi file" autostart="True">
<bgsound="your .wav or midi file"> and that's it.
Example: <embed src="Barney.midi" autostart="True">
<bgsound="Barney.mid">.
Now since I can't think of anything else will go to something ever harder. Once you get a
good page you might want to make an award that you give to people. Well you could be like most
people and just tell the nice people just to e-mail you there address or you could be like me and
make cool text area's to fill in and then send to your via e-mail. Well here's how you can.
<!--Inferno's cool HTML-->
<form method=post action=mailto:your e-mail address">. You have to type this in first so it
Example:
Thanx for coming.
copyright© Mike Inferno 1997