HTML5 : Structure minimal d'une page html5


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



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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.