xHTML Start
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-us" />
<meta name="ROBOTS" content="ALL" />
<meta name="revisit-after" content="5 Days" />
<meta name="copyright" content="Copyright (c) 2007 Your Name" />
<meta name="description" content="" />
<meta http-equiv="keywords" content="" />
<title>Page Title</title>
<link rel="stylesheet" type="text/css" media="all" href="style.css" />
</head>
<body>
</body>
</html>
If you are like me, you make new websites all the time, so to save precious seconds writing all this crap, you can just save this script or come back here to get it whenever you need it.
