template new page


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

template para una página nueva de html


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. <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. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.