Advertisement
TuAreaDeInformatica

Curso HTML5 - Parte 1

May 28th, 2014
1,516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.26 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.         <h2> Heading 2 </h2>
  9.         <p> Esto es un texto de <a href="pagina2.html"><img src="hola/azul.jpg"></a>. </p>
  10.         <img src="hola/azul.jpg">
  11.  
  12.     </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement