Getting Started with HTML

All pages on the World Wide Web are written in a language called HTML (HyperText Markup Language). If you look at the source code of a Web page (in Netscape, you can do this by going to the View menu and selecting Page Source), you will see the text of the page, interspersed with "tags"--short instructions to the web browser, enclosed in angle brackets ("<" and ">"). HTML consists of these tags, along with rules as to how they can be combined with each other.

It used to be the case that anyone who wanted to design a web page had to know HTML, and the software you would use to design a web page was just a simple text editor (the "source code" of a web page, as distinguished from the page a browser displays when given the source code, is just a file containing plain text and HTML commands, meaning that it can be read by any word processing program on any computer). To create a web page, you would write your document and then type in HTML tags by hand. Nowadays, programs such as Macromedia Dreamweaver and Claris HomePage exist, which allow you to design a page visually, as you would in a word processing program, inserting the HTML code automatically.

However, there are good reasons to know HTML, rather than depending on programs like Dreamweaver. Even if you prefer to use Dreamweaver, knowing HTML will allow you to fine-tune your pages. Furthermore, knowing HTML will give you just a little more insight into the way the Web really works.

HTML Syntax

Resources for learning how to write HTML.

HTML Style

Once you get the basics down, learning good style is just as important.

Working With Images

How to use graphics, color, and other fancy features to jazz up your pages.