Archive for March 9th, 2007

Simple html header

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <meta name="author" content="Michael Moon, michael@moon.com"/>
    <meta name="keywords" content="culture, artist, language"/>
    <meta name="description" content="All the facts of nowadays ART"/>
    <meta http-equiv="cache-control" content="no-cache"/>
    <title>MoonBoots</title>
    <link href="Styles.css" rel="stylesheet" type="text/css">
    <script src="Scripts.js" type="text/javascript"></script>
  </head>
  <body>
  </body>
</html>

Some tags to start!