Posted By


jdaihl on 09/24/09

Tagged


Statistics


Viewed 181 times
Favorited by 1 user(s)

Typical DOCTYPE


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

This is the typical DOCTYPE and I use when starting a new project.


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" id="newriverbridge-org">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  4. <title>[TITLE HERE]</title>
  5. <meta http-equiv="Content-Language" content="en-us"/>
  6. <meta http-equiv="imagetoolbar" content="false"/>
  7. <meta http-equiv="Page-Enter" content="blendTrans(Duration=0.1)"/>
  8. <meta http-equiv="X-UA-Compatible" content="IE=8" />
  9. <link rel="shortcut icon" href="../img/favicon.ico" type="image/x-icon"/>
  10. <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen, projection"/>
  11. <link rel="stylesheet" type="text/css" href="css/enrich.css" media="screen, projection"/>
  12. <link rel="stylesheet" type="text/css" href="../css/handheld.css" media="handheld"/>
  13. <link rel="stylesheet" type="text/css" href="../css/print.css" media="print"/>
  14. <!--[if IE]><link rel="stylesheet" type="text/css" href="css/ie.css" media="all"/><![endif]-->
  15. <!--[if IE 6]><link rel="stylesheet" type="text/css" href="css/ie6.css" media="screen, projection"/><![endif]-->
  16. <!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" media="screen, projection"/><![endif]-->
  17. </head>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.