Blank Html Template – Strict dtd

Posted: May 13th, 2011 | Author: | Filed under: html, web | No Comments »
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
 
<head>
 
<title>Blank Strict Template</title>
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="">
<meta name="keywords" content="">
 
<script type="text/javascript">
</script>
 
<style type="text/css">
</style>
 
</head>
 
<body>
	<div>
	     <p>blank template</p>
	</div>
</body>
 
</html>

Download zipped html file

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Reddit
  • RSS
  • StumbleUpon

Related posts:

  1. Blank html template – Transitional dtd
  2. Create Blank Page for WordPress Blog Using Your Theme Template


Leave a Reply