Posted By


the_construct on 01/04/12

Tagged


Statistics


Viewed 579 times
Favorited by 0 user(s)

Basic HTML boiler plate


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  4. <title>Untitled Document</title>
  5. </head>
  6.  
  7.  
  8.  
  9.  
  10. </body>
  11. </html>
  12.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.