<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII" />
<title>Your TITLE Here - MUST have Title</title>
...link(s) to javascript
<script type="text/javascript" src="FILENAME.js"></script>
...link(s) to css
<link type="text/css" rel="stylesheet" href="FILENAME.css" />
</head>
REMEMBER
most block elements WITHIN other block elements will NOT validate xhtml
Block elements include:
p
h1-h6
div
hr
ol
ul
pre
table
form
EXCEPTION (See html block-level elements)
div can include any other block element including
^^^ other divs
p
h1-h6
pre
'div' is the workhorse of the web