HTML
Hyper Text Markup Language (HTML):-
Hyper Text markup language is the basic language in which webpages we view on internet are written. It is the standard markup language which is used to write webpages (markup language and programming language are different from each other). The commands which are used in html are known as tags and those commands which are written to define tags are known as their attributes. Attributes are written along with the tags. These tags and attributes together are known as elements of html and are also called as Building blocks of html pages.
HTML is a markup language that web browsers use to interpret and compose text, images, and other material into visual or audible web pages. It means that web-browsers are designed to decode and show the content of webpages.
HTML is the most basic language and easy to learn, and in today's date there are many improvements in html and there are lots of other programming languages and markup language available that enhances one's web-browsing experience. These languages are xml, java, css, html5, html5.1, xhtml, etc.