All about HTML elements
Table of contents
No headings in the article.
HTML is a hypertext markup language. It is used to structure a web page and its content.
The skeleton of a web page is :
DOCTYPE is not case sensitive. It helps web pages define which version of HTML we are using. So the version currently is HTML5. Here we can have head tag, body tag inside html tag. There are also elements which can be used inside head and body tag. There are 6 types of head tags and a p tag which is nothing but a paragraph tag.
There are certain tags which are self closing like image(img) tag, break tag, line break.