Basic HTML Page

From Zanecorpwiki

Jump to: navigation, search
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title>TODO: title page</title>
</head>

<body>
</body>
</html>

That's the minimum bits for an XHTML 1.0 page which is the current W3C recommendation. (Verify here.