'head' creates the header section of an HTML document : head « Tags « HTML / CSS






'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.java2s.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>
    
      
        
  








Related examples in the same category

1.'profile' indicates the URI of one or more metadata profiles