Blank html template – Transitional dtd
Posted: December 13th, 2009 | Author: jriggs | Filed under: web, wordpress | Tags: blank, dtd, html, html template, template, transitional | 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>
Related posts:
- Create Blank Page for WordPress Blog Using Your Theme Template
- Firefox: Create a Bookmark that Validates html
ZenCoding will help you