Viewing 1 - 1 out of 1 Blogs.
HTML - HyperText Mark-up Language
Basic HTML is not hard to learn. Learning HTML is probabaly the single most important thing you'll ever do if you want to create your own personal Web site. You must learn HTML to design web pages because it is the language in which Web sites on the Internet are based on.
Basic HTML will let you show the world whatever it is you want to show them on your Web site. Adding colors, changing text size and including pictures on your Web site are just a few of the things you can do when you learn basic HTML.
Keep in mind that HTML is simply a series of letters that are abbreviations. For example, H1 stands for a heading for a paragraph that is the first of five sizes and BR is a line break.
While you learn basic HTML, is that on a Web page the HTML tags must come in a certain order and most HTML tags must have a start and end tag for the browser to recognize the command. An end tag is just simply the same as the start tag except that it starts with the / symbol. The basic structure would look like this...

Tags: HyperText Mark-up Language