
|
Basic WEB Page Template
<HTML>
<HEAD>
<META NAME="description" content="brief and to the point description of the web page - maximum of 200 characters.">
<META NAME="keyword" content="key words, keywords separated by a comma - up to 1000 characters">
If you have any Javascript, JavaScript, JScript functions that are called, or do not write to the web page, include them here - after the META tags and before the closing HEAD tag.
</HEAD>
<BODY bgcolor="#FFFFFF" text="#000000" link="#0000FF" alink="#FFFF00" vlink="#FF0000">
Content (text, graphics) - what is displayed in the browser, goes here.
Any Javascript. JavaScript, JScript, or JAVA functions that write to the web page for people to see, are included here.
</BODY>
</HTML>
see also: META tag guide
|