Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="es">
- <head>
- <meta charset="UTF-8" />
- <title>Estructura básica</title>
- <style type="text/css">
- *{
- margin: 0;
- padding: 0;
- }
- article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
- display:block
- }
- </style>
- <!--[if lt IE 9]>
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- </head>
- <body>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement