+ 3
HTML stands for HyperText Markup Language.
Unlike a scripting or programming language that uses scripts to perform functions, a markup language uses tags to identify content.
HTML work as interpreter between Website and browser.
It helps browsers to interpret web pages and thus browser shows webpages in a monitor.
Example of HTML Tag
<p> This is a paragraph</p>
here
<p> and </p> are called tags,they help browser to show words in between them as a paragraph.
https://www.sololearn.com/learn/HTML/1021/