This is the P2PU Archive. If you want the current site, go to www.p2pu.org!
From GIMP to xHTML and CSS
Basic Template we will use (xhtml 1.0 Strict)
<!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">
<head>
<title>Conforming XHTML 1.0 Strict Template</title>
</head>
<body>
</body>
</html>