Why Study HTML?

There are a number of reasons for studying HTML. Among them are:


What is HTML?

HTML stands for HyperText Markup Language. It was developed in the early 1990's as a method for accessing data individually. It is what allows a person to jump from place to place by pointing and clicking. HTML does not do this by itself, however. It requires the programs and data stored on computers within the network to accomplish its instructions.

HTML is NOT a true programming language. It is a mark-up language that allows you to insert formatting instructions within documents, tie them together and even link various other types of files such as graphics and spreadsheets.

The big idea with HTML is that it is a cross-platform, cross-file tool. In other words, it works on any computer and will integrate with almost any type of data file.

The language is public domain, meaning no one owns it. Anyone is free to add extensions or modify it in any way they wish. Getting support from the companies that produce the browsers that must interpret your code might be difficult...

Back to the outline.