Gorilla3D Primative Teachings
XHTML 01: Intro to html
Code used in screencast
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<head>
<title>My Simple Page</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
</head>
<body>
<h1>My Simple Page</h1>
<p>Hello World.</p>
</body>
