'head' creates the header section of an HTML document : head : Basic Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Basic Tags » head »

 

'head' creates the header section of an HTML document



    
<html>
<head>
    <title>head element example</title>
    <link rel="stylesheet" type="text/css" href="http://www.navioo.com/style/jss.css">
    <meta name="description" CONTENT=" Java examples (example source code) Organized by topic " />
    <meta name="keywords" CONTENT=" Java examples (example source code) Organized by topic "/>
    <meta http-equiv="content-style-type" content="text/css"/>     
</head>
<body>This is the content of the page</body>
</html>
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Basic Tags
» head