Quick Reference Sheets for Webmasters
Quick Reference sheets are packed full of useful information for all webmasters.
HTML Reference Sheet
HTML Tag List
<head>
This element defines all information that is transparent to the end-user. Such information could contain search engine information, author information, document information and so on.
Attributes
none
example:
<html>
<head>
<title>Document Title</title>
</head>
<body>
</body>
</html>