Basics of html
html stands for hypertext markup language
It is tag based language
Structure of each webpage is defined by html
Each element in html has a starting and a closing tag
123
<tag>
some content here
</tag>
html files ends with extension .htm or .html
Every html file starts with
1
<!DOCTYPE HTML>
It specifies that the file is is in hypertext markup language