Tag | Description |
---|---|
Title | About the contain of the page in one sentence |
Meta | Description, Keywords, Author, Robots ect |
LINK | Relation between doucment and external srouce ( Example: Style to add ) <link rel="stylesheet" href="images/style.css" type="text/css"> <link rel="icon" href="favicon.ico" /> <link rel='canonical' href='https://www.plus2net.com/jquery/dropdown.php'/> |
Script | To run Scripts like JavaScript |
Style | Internal Style for the page |
BASE | Base URL to add to relative linking of a page |
<!doctype html public "-//w3c//dtd html 3.2//en">
<html>
<head>
<title>(Type a title for your page here)</title>
<META NAME="DESCRIPTION" CONTENT="HTML body tags and how to use in webpage">
<META NAME="KEYWORDS" CONTENT="body tag, html body tag, tags in html">
<link rel="stylesheet" type="text/css" href="calendar.css" />
</head>
<body >
</body>
</html>
As you have seen how the head tag is used before body tags and stores various script and information about the page. Some of the important tags like title, script , style etc are kept inside this head tag.
Babita RAj | 12-03-2013 |
i want to learn html properly |