HTML Help & Resources
Introduction
HTML is the language which is used as the base for just about every website, and document, on the Internet. In fact, pages or sites, that exclude HTML in the document body, are virtually invisible to search engines and web crawlers.
Every popular scripting language, with the exception of Javascript, generates its end-user output as HTML. Languages such as PHP generate HTML as a result of the script, which is then sent through the pipeline ( Internet ) and displayed on an end-user's browser. This is called Server-Side Scripting.
HTML knowledge is important to every website builder and designer. Using this resource, you'll be able to learn a great deal about basic and advanced methods to display text and graphics, or even enhance or build upon any knowlegde you may already have.
Click on any of the topics listed above for more detailed information and examples of each html tag.
If you are a beginner to HTML, you may find the Getting Started reference helpful and informative.