Web page is designed using html. Two parts of HTML are a head and the other body. The head part is given an idea about the title, style, script, web page of the web page. There are all visible information in the body of the body such as text, picture, table, audio, video etc. The file in html is created with tags and attributes.
Tag : <> </> and a keyword written between it is called tags together.
It is necessary to remember once the tag is to use </> symbol to finish.
A tag basically has three parts :
1. Start tag
2. Containing part
3. Last tag
Types of tags on HTML :
1. Container tag
2. Empty tag
3. Meta tag
Container tag : The tag that the start and end tag sign is used by the document, says the Container TAG. Such tags are in the beginning and last tag. Such as <body> and </ body> here <body> is the start tag and </ body> is the last tag.
Empty tag : The tag document guidelines just once used to use Empty TAG him. <br> <hr />, <img>, <INPUT> These tags are a little different. These tags are used once they take any end tag.
Meta tag : To add information related to the document, the tag that is used is called Meta TAG. Generally, the web page has created, mentioning all information including its address, identity and content.
The tags have to adhere to a few rules :
1. The spelling of HTML tag is strictly controlled. While writing any tag, there is a proper spell.
2. The tag is to be written in the <> mark when writing any tag.
3. Each tag contains a precise outline. That boundary can not be passed arbitrarily. The tag started with <> sign and end </> sign.