HI friends this is my first posting about HTML.this is a not programing language.HTML means hyper text mark up language. it use for Develop a site.
HTML tags most commonly come in pairs like <h1> and </h1>, although some tags, known as empty elements, are unpaired, for example <img>.Hyper is the opposite of linear. Old-fashioned computer programs were necessarily linear - that is, they had a specific order. But with a "hyper" language such as HTML, the user can go anywhere on the web page at any time. cocoresolutions.com
It is Hyper Text Mark Up Language to create web pages of a website to run on internet. It supports many tags including <h1> to <h6> for headings, <B> for bold font <br> for break, <ul> for unordered list, <p> for paragraph, <anchor> tag to make hyperlinks , <img> tag for image etc..
HTML stands for Hyper Text mark Up Language and which is created to made website language for creating pages which display ion internet. For basic detail detail w3school.com is best site for beginners.