Advertisement
Fhernd

index.html

May 18th, 2017
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.40 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="es">
  3.     <head>
  4.         <meta charset="UTF-8">
  5.         <meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1, minimum-scale=5, maximum-scale=1">
  6.        
  7.         <title>Primera Página Web</title>
  8.  
  9.         <!--Vincular las hojas de estilo en cascada: CSS-->
  10.     </head>
  11.     <body>
  12.         <h1>Mi Primera Página</h1>
  13.     </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement