Advertisement
ealbinu

Untitled

Oct 5th, 2011
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="es">
  3.  
  4. <head>
  5. <meta charset="UTF-8" />
  6. <title>Estructura básica</title>
  7. <style type="text/css">
  8. *{
  9. margin: 0;
  10. padding: 0;
  11. }
  12. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
  13. display:block
  14. }
  15. </style>
  16. <!--[if lt IE 9]>
  17. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  18. <![endif]-->
  19. </head>
  20.  
  21. <body>
  22.  
  23. </body>
  24. </html>
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement