HTML5 structure


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

http://line25.com/tutorials/create-a-grid-based-web-design-in-html5-css3


Copy this code and paste it in your HTML
  1. <!DOCTYPE html>
  2. <meta charset="utf-8" />
  3. <title>OPTIK</title>
  4.  
  5. <link href="style.css" rel="stylesheet" />
  6.  
  7. </head>
  8.  
  9.  
  10. </body>
  11. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.