Basic HTML Template

[Oct 18, 2010]


This is a simple html template that we can use...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <title>Page Title</title>
    <link type="text/css" rel="stylesheet" href="/styles/style.css" />
    <script type="text/javascript" src="/scripts/script.js"></script>
  </head>
  
  <body>
    
  </body>
</html>


Home
Web Log
Contact Me
© 2008-2012 Khomsan Phongphisansakun
May 19th, 2012