Advertisement
TuAreaDeInformatica

Curso HTML5 - Parte 2

May 29th, 2014
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.28 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title> Hola. Esto es un ejemplo </title>
  4.     </head>
  5.  
  6.     <body>
  7.         <h1> Heading 1 </h1>
  8.         <p> Esto es un texto de ejemplo.</p>
  9.         <p> Esto es otro parrafo de ejemplo </p>
  10.         <hr>
  11.         <img alt="Google" width="500px" height="500px" src="hola/azul.jpg">
  12.     </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement