Some Web Basics
This tutorial is not going to go into the functions of HTML, JavaScript, or any other coding
languages. That could cause this short explanation to become a small book. So, for our purposes I'm just going to cover the
basics of setting up a web site. At the end of this tutorial you will find some
great links to tutorials that cover HTML, JavaScript, CSS, and so on.
First let me start by telling you that there are some really great HTML editors out there today. You don't need to know much about writing code or building a web page to use most of these editors. The
one I recommend the most is called
1st Page. Its a
free HTML editor put out by a company called
Evrsoft. I think they have a great product that is easy to use and can teach you a lot. So far, I have not encountered any major bugs to the program, and I definitely
recommend it over
Microsoft's Front Page.
Evrsoft's 1st Page has a neat little "gadget" recommended by the
World Wide Web Consortium (W3C) called
"HTML Tidy". What this does is "TIDY" up your HTML code. (Basically, help you to find your "mistakes" and correct them.) It also helps to see that you have your code in the "grammatically" correct
order. (Are your 'font' tags where they should be in relation to your 'p' tags?)Although "HTML TIDY" does have its limitations, it can be a very useful tool for anyone writing or editing a web page, be
they novice or expert.
With that said we can move on to our Web Design Basics.