New blank document


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



Copy this code and paste it in your HTML
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>Document sans titre</title>
  6.  
  7. <link href="static/css/global.css" rel="stylesheet" type="text/css" media="screen" />
  8. <link href="static/css/print.css" rel="stylesheet" type="text/css" media="print" />
  9.  
  10. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.jss" type="text/javascript"></script>
  11. <script src="static/js/functions.js" type="text/javascript"></script>
  12. </head>
  13.  
  14. <body>
  15.  
  16. </body>
  17. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.