|
What is HTML?
HTML stands for Hyper Text Markup Language. It it the programming language used
to create all those wonderful web sites. It is based on Hyper Text, which is a
nonlinear way of reading documents so that various items are connected via hyperlinks. Markup
Language is a system of codes or tags that name the parts of a document but
don't neccesarily specify what the document actually looks like.
What platforms support HTML?
HTML is totally independent of which computer you are using. Whether you use a
MAC or Windows, web pages you see will basically be the same and depend mainly on the
browser program you are using.
How do I make Web Pages with HTML?
There are two ways you can make web pages. If you are familiar with the language,
you can create one straight out of Notepad or any other text editor. Another way to create
web sites is by using an HTML editor, such as Microsoft's FrontPage or Publisher. In addition, you
will need extra software to add spice to the page and also to upload them to your
providers web server. A good graphics program, such as Paint Shop Pro is a must and an FTP program such
as WS_FTP is helpful.
I don't have time to learn the
language!
HTML editors make creating web sites as easy as creating a Word document. Simply
point and click and you are on your way to becoming your own Webmaster.
How do HTML tags work?
Generally speaking, you need to have an opening tag and a closing tag with the
information you would like to present in between. For example, what looks like this in
HTML-
<h1>95Net Support</h1>
looks like this in your browser-
95Net Support
It is always a good idea to insert the opening and
closing tag at the same time so that you don't forget to add it later. HTML does not
currently recognize spaces and thus will not appear on the page. For example, either of
the following-
<H1>95Net Support</H1 , <H1>95Net spaceSSupport</H1>,
look like this on a web site-
95Net Support
The Basics
O.K., would you like to give it a try? Here's how to make a basic web page using
HTML. The first thing you want to do is open up Notepad or any other text editor. You may
want to print this page so that you can follow the instructions while working on screen.
|