HTML is the short from for Hyper text markup language. Html is not a language rather then it is the combination of various types of code which is used to create web site.
HTML is a markup language which is made up of a set of markup tags to describe page content. You may check out an introduction to HTML here http://www.w3schools.com/html/html_intro.asp
HTML stands for Hyper Text Markup Language. HTML is a language for describing web pages.HTML is not a programming language becoz it does not specify logic,it specifies the structure of the document. It is called markup language. HTML uses markup tags to describe web pages. Hypertext:- text used to link web page. Markup:- it means highlighting the text either by underlying or displaying it in different different formats. Language :- it refers to the way of communication b/w web pages which has it is own syntax and rules.