Web Design Manual

http code example with meta tags

<html>

<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<title>Title of page Maximum number of characters for this tag is 60. - KBapps.com</title>
<meta NAME="DATE" CONTENT="Sat Feb 19 12:00:00 PST 1999">
<meta NAME="Author" CONTENT="KBapps.com">
<meta NAME="DESCRIPTION"
CONTENT="Discription of the page. Maximum number of characters for this tag is 150 characters in length including tabs, spaces and carriage returns.">
<meta NAME="KEYWORDS"
CONTENT="Maximum number of characters for this tag is 874 characters in length including tabs, spaces and carriage returns. Words should not be repeated more than 3 times. Note: Not using commas to seperate words will result in search engines "combining" words instead of individual words.">
<meta http-equiv="PICS-Label"
content='(PICS-1.1 "http://www.rsac.org/ratingsv01.html" l gen true comment "RSACi North America Server" for "http://www.kbapps.com" on "1999.03.04T00:29-0800" r (n 0 s 0 v 0 l 1))'>
<meta NAME="CATEGORY" CONTENT="home page">
<style type="text/css">
<!--
A:LINK { COLOR :#0000FF; TEXT-DECORATION:NONE;}
A:ACTIVE { COLOR :#FF0000; TEXT-DECORATION:NONE;}
A:VISITED { COLOR :#800080; TEXT-DECORATION:NONE;}
A:HOVER { COLOR :#FF0000; TEXT-DECORATION:UNDERLINE;}
//-->
</style>
</head>

<body text="#000040" bgColor="#e6e6e6" link="#0000ff" vlink="#800080" alink="#ff0000">
Main visable page.
</body>
</html>

Web Design Manual