HTML
Make your own Page

All right then, how about a quick idea of what writing code for a Web page is like?
It's not as difficult as it may seem..
Use Notepad or any other text editor (I use Notepad myself),
and enter the following text:

<HTML>
<HEAD>
<TITLE>MY PAGE</TITLE>
</HEAD>
<BODY>
<H1>This is my links:</H1>
<UL>
<LI><A HREF="http://welcome.to/TerraLuna/">Terra Luna Inc</A></LI>
<LI><A HREF="http://turn.to/Trond">Trond</A></LI>
<LI><A HREF="http://change.to/Terra">Irc Script</A></LI>
</UL>
</BODY>
</HTML>

Now save the file, making sure you give it the ".HTML" extension (filename.htm).
Fire up your browser and open the file with the File|Open File command.
Congratulations ..you're a Web author!
(Pretty cool, huh?)

Last Updated:     © 1996 2005 {Trond}   
Email