Learning HTML is like learning another language, but it can be attained fairly quickly right from your computer. There are many tutorial programs that will teach you everything. HTML stands for HyperText Markup Language and it is all about making your letter, list, or document readable, and positioned in a certain manner, by the computer. HTML created little "tags” that are attached to the written text, and is necessary if you want to design your own web page because the markup tags tell the Web browser how to display the page. It positions the text where you want it on the page. Without this markup language to "explain” the locations of text, it would simply appear in wrap style. An HTML file must have an htm. Extension on the file when it is created, to identify it and a file can be created by using a simple text editor. HTML is the universal markup language for the web, and it allows you to format text, add graphics, create links, input forms, frames and tables, etc., and save it so that any browser can read and display. The key is learning the tags which are used and this is what the tutorials will teach you - all the tags and their applications.
The tags are important and are used to markup the HTML elements which
This article was written by T. Potter. You can visit Learn HTML Guide for further information and html resources.