Standard Elements that browser recognizes.
A container for some content or other tags.


represents six levels of section heading from H1 to H6. "H1" has greatest size and :H6" has smallest size

Tags in Tags

This is the Standard format or skeleton of writing HTML code.
For CSS and JavaScript file linking :-

This shows that we are using HTML version 5.
Root Tag of the html file
Contain Meta data of html file and this is not visible for normal user
contains meta data of html file.
link html file to css file.
this rename the tile of name of the browser webpage name. If we did not use this then the title of the webpage will be the name of the html file (ie - index.html).
contains main data and information of the website it is directly visible to user. it has tags like - p, div, span etc. the most important tag is script tag
it links the html file to JavaScript file so that it adds the functions of website in it.
attributes are used to add more information to the tag.
in this type is attribute and a is value of the attribute. In attribute the value is changable and is written under inverted comma (" ").
It is the markup that relates to the "Meaning of content".
There are two types of tags:-
We can guess the type of content by seeing the tag or to to guess meaning of tags.
ie-heading tags, paragraph tag(p), image tag(img) etc.
We can not guess the type of content by seeing the tag.
ie-div tags, span tag etc.


This is used to write some content. It is used to create a small document section containing "h1" to "h6" heading tags, images, links etc
It is used to create a section like "div" tag, but it is semantic.
This is used to give "Indirect related content and links"



from unicode we have to convert unicode to decimal then we can write it as " decimal_number ;".
from unicode we have to we can write it as " unicode_number ;"
main page :- Click Here