What is HTML?
Thursday, April 9th, 2009HTML stands for Hyper Text Markup Language. It is a language that web browsers are able to understand, and then translate into a page that is viewable in your browser. HTML first began back in 1991 with the introduction of a few tags. Since then it has grown into different versions and is now replaced in many areas by the very popular but very similar XHTML.
You will find an HTML file beginning with the <html> and closing with an </html> closing tag.