If you decide to go for HTML 4.01 Transitional, the head of your page will look something like this:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Sports: For Sports Directory, PPC Engine, Forums, Blogs, Radio, Site Reviews, Rumors, RPG</title>
<meta name="keywords" content="sports, sports ppc search engine, sports blogs, sports radio, sports rumors, sports forums, sports rpg">
<meta NAME="description" CONTENT="Search our human edited sports pages for rumors, wanted lists, site reviews, blogs and
links to other sports related websites">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META name="allow-search" content="yes">
<META name="audience" content="all">
<META name="robots" content="all, index, follow">
<META name="revisit-after" content="2 days">
<LINK REL=StyleSheet HREF="http://www.raz-sports.com/style.css" TYPE="text/css" MEDIA=screen>
<script language="javascript" type="text/javascript" src="http://www.raz-sports.com/razsports.js"></script>
</head>
You could always go straight to XHTML 1.0, but the learning curve will be a little steeper... not huge, but if you're not used to validating and hand-coding, HTML 4.01 is probably your best bet!
Paul