| Introduction
So you are interested in learning HTML. If you are a beginner who needs some help or are looking for some simple tricks then this site is for you. I will try to explain all you need to know to set up a Web Site in the simplest terms possible.
I am a self taught computer nut who enjoys building Web Sites as a Hobby. I`m no expert by any means but hope this section of the Site will help anyone wanting to learn how to set up a simple Web Site.
What is HTML?
It is an acronym that stands for Hyper Text Markup Language. It is the code that tells your browser how to view the page where to find the images on the page, color of text etc.. Your browser is the program you use to surf the net. ie Netscape or Internet Explorer. There are several different types of web pages ie: .htm , .html , .sgml , .stml , etc. I will only be dealing with HTM and HTML files.
This is a sample of the simplest HTML page.
Click here to view the page in with your Browser.
< html>
< head>
< title>My Page< /title>
< /head>
< body>
This is text
< /body>
< /html>
|
Requirements
The Minimun Requirements Are:
♠ 486 or better computer,
♠ Windows 95 or better,
♠ A FTP program to upload your site. If you have Netscape you can upload your files using Netscape which has some simple FTP capabilities. *FTP File Transfer Protocol
♠ A text editing program ie:Windows Notepad, if you have Netscape it comes with a HTML editor called Netscape Composer which is a fairly decent editor for free.
♠ One or preferably both Netscape or Internet Explorer *Download or Update, they`re FREE !
♠ An internet connection through a modem,
♠ A bit of web space often provided by your server as part of your connection package or you could get free space through several sites. Warning all the free space providers seem to deluge your pages with unwanted advertising but some will provide you with upto 100 mb of space for your site. Just use your favorite Search Engine and type the keywords free webspace then find one on the list to your likeing and join up.
Better:
♥ Pentium Class processor
♥ A simple HTML editor such as Cute Html or a more complete editor such as HotDog Professional just to name a couple.
♥ A High speed DSL phone line or Cable connection to the internet.
♥ A good FTP program such as Cute FTP.
|