Main Programming page

You have arrived at our HTML page.

Introduction to HTML.

Most people build their Web pages with a programming language known as HTML. HTML is an acronym that stands for Hyper Text Markup Language. HyperText Markup Language is commonly used to build up and modify web pages on the World Wide Web.

There is a very basic ordering of HTML tags that are used to build a basic HTML document (or Web page). To set up the most basic Web page, you MUST use these HTML tags.

Example 1:



[html]

[head]

[title][/title]

[/head]

[body]

[/body]

[/html]