We Recommend

HTML Dog: The Best-Practice Guide to XHTML and CSS HTML Dog: The Best-Practice Guide to XHTML and CSS
For readers who want to design Web pages that load quickly, are easy to update, accessible to all, work on all browsers and can be quickly adapted to different media, this comprehensive guide represents the best way to go about it.


Posted By

mikegreen on 05/21/08


Tagged

textmate xhtml web w3c


Versions (?)


Who likes this?

3 people have marked this snippet as a favorite

pixeldata
brent-man
wizard04


XHTML 1.0 Transitional Layout


Published in: XHTML 


  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6.  
  7. <title>untitled</title>
  8.  
  9. </head>
  10.  
  11.  
  12.  
  13. </body>
  14. </html>

Report this snippet 

You need to login to post a comment.