subject: Build your web site using HTML [print this page] Build your web site using HTML Build your web site using HTML
Build your web site using HTML
HTML stand for Hyper Text Markup Language and it has the extension as .htm and .html. The HTML file is made up of markup tags that tells how the web page look like on the web browser such as Mozilla Firefox, Internet Explorer, etc. These tags are simple bits of code that tell the computer what to do. Every HTML document begins with the tag. This tag tells the computer that the programming language used is HTML. Most of the HTML code will have an opening and closing tag. The opening tag tells the computer when to begin the action and the closing tag tells when the action ends. HTML is used all over the Internet. It makes the web page very interesting because you can add color to pages, change font types, add in special effects and can do any range things to make the web site gorgeous.
Importance of HTML
The web designer should have the basic knowledge of HTML code. Most of the web building programs will not automatically insert the code. You will definitely need HTML code, if any error occurs or if you need to make any changes. It also gives you the ability to do some simple coding on your own, which can save you money. You need not to hire something to do this. HTML is a method which allows you to move around the web. A hyperlink takes you to another web site, to another place on the same web page, or a different web page on a web site. The markup tags used in the html are responsible for various things look like on a web site. For example, the text that appears in bold or italics, and the colors that is inserted in the web site.