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