Answer:
HTML stands for HyperText Markup Language.
Step-by-step explanation:
HTML specificifications define a set of tags which are used to display content on the web. Some examples of tags include:
<b>...</b> : to render the enclosed content in bold
<i>...</i> : to render the enclosed content in italics
<u>...</u> : to render the enclosed content underlined
Content encoded using HTML tags is interpreted by web browsers such as internet explorer, chrome or firefox and is rendered accordingly for the end users.
In simple words, HTML is the language of the internet.