Blank Html Template – Strict dtd
Posted: May 13th, 2011 | Author: jriggs | 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>
Related posts:
- Blank html template – Transitional dtd
- Create Blank Page for WordPress Blog Using Your Theme Template







Leave a Reply