HTML 5 Grundgerüst


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



Copy this code and paste it in your HTML
  1. <!DOCTYPE html>
  2. <html lang="de">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  5.  
  6. <title>### Titel eintragen ###</title>
  7.  
  8. <!-- Meta Tags -->
  9. <meta name="keywords" content="" />
  10. <meta name="description" content="" />
  11. <meta name="author" content="David Hellmann - http://www.davidhellmann.com" />
  12. <meta name="language" content="de" />
  13. <meta name="content-language" content="de" />
  14. <meta name="robots" content="index,follow" />
  15.  
  16. <!-- Favicon -->
  17. <link rel="shortcut icon" href="favicon.ico" />
  18.  
  19. <!-- CSS -->
  20. <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
  21.  
  22. <!-- Javascript -->
  23. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  24. </head>
  25.  
  26.  
  27.  
  28. </body>
  29. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.