This is for the Head Tag


<title>Head Tags and Their Uses- with examples</title>


<meta name="author" content="Joseph Raymond (nuB1)">


<meta name="robots" content="noindex, nofollow">


<meta name="keywords" content="meta, author, robots, such and stuff, keywords, generator, description, meta, title">


<meta name="generator" content="notepad">


<meta name="description" content="This page shows examples of what can appear in the head of the document.">


<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">


<script language="javascript"><!--
function theJSx()
{
     alert("The script is in the head of the document and the call is in the paragraph")
}
// --></script>


<script language="vbscript"><!--
Sub theVBSx()
     answer = MsgBox("and how it appears", 0, "For IE Browsers")
End Sub
--> </script>


<style type="text/css"><!--
p.stylesx {letter-spacing:5px}
--></style>


Hope that this helps you...

Author: Joseph Raymond

28th of March, 2001