<!DOCTYPE>
This is the first thing to be included in a html document,before <html> tag.Actually, this is not a html tag,it is simply given to expain to the web browser which version of html is being used.
<link>
This defines the relationship between a document and an external resource.Mostly used to link with style sheets.
<title>
This tag is required in all html documents and it defines the title of the document.
The <title> element:
This tag is used to define style information for a html document.
<metadata>
It is a data about data.This will not be displayed on the page.
Mainly used to specify page description,keywords,author of the document,last modified, nd other metadata.
This is the first thing to be included in a html document,before <html> tag.Actually, this is not a html tag,it is simply given to expain to the web browser which version of html is being used.
<link>
This defines the relationship between a document and an external resource.Mostly used to link with style sheets.
<title>
This tag is required in all html documents and it defines the title of the document.
The <title> element:
- defines a title in the browser toolbar
- provides a title for the page when it is added to favorites
- displays a title for the page in search-engine results
This tag is used to define style information for a html document.
<metadata>
It is a data about data.This will not be displayed on the page.
Mainly used to specify page description,keywords,author of the document,last modified, nd other metadata.
Comments
Post a Comment