'head' Example : head « HTML Tag Reference « HTML CSS Reference






'head' Example

    
<html>
<head>
    <title>head element example</title>
     <link rel="stylesheet" type="text/css" href="http://www.java2s.com/style/jss.css">
     <script language="javascript">
         <!-- alert("Hi"); -->
     </script>
    <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.'head' Syntax and Note
2.'head' HTML Attributes
3.'head' Event Handlers
4.'head' CSS Attributes and JavaScript Style Properties
5.'head' Microsoft Behaviors
6.'head' JavaScript Properties
7.'head' JavaScript Methods
8.'head' JavaScript Collections