Simple HTML Template


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



Copy this code and paste it in your HTML
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  3. <title>title</title>
  4. <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
  5. <link rel="stylesheet" type="text/css" href="style.css" />
  6. </head>
  7.  
  8. </body>
  9. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.