Blank html template – Transitional dtd

Posted: December 13th, 2009 | Author: jriggs | Filed under: web, wordpress | Tags: , , , , , | 1 Comment »
<!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">
 
<head>
 
<title>HTML Template</title>
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--link type="text/css" rel="stylesheet" href="style.css"-->
 
</head>
 
<body>
 
</body>
</html>

Download zipped html file

  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Reddit
  • RSS
  • StumbleUpon

Related posts:

  1. Create Blank Page for WordPress Blog Using Your Theme Template
  2. Firefox: Create a Bookmark that Validates html

One Comment on “Blank html template – Transitional dtd”

  1. 1 Name said at 5:24 am on May 25th, 2010:

    ZenCoding will help you


Leave a Reply