Advertisement
Garro

HTML - Clase 1

Aug 23rd, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.72 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title> Titulo</title>
  4.     <meta name="Nombre" author="Garro" description="Trabajo en clases, clase numero 2" content="HTML">
  5. </head>
  6. <body bgcolor="#008CFF">
  7.     <center>
  8.         <h1> Encabezado </h1>
  9.         <img src="iP - Phi Brain 2.jpg" alt="Phi Brain Image" title="Kami no puzzle">
  10.  
  11.         <p><marquee bgcolor="#75C5FF" height="140" width="70%" scrolldelay="100" direction="up"><font size="5" face="arial" color="white">
  12.             Movimiento yaaaay<br >
  13.             OBS: <br />
  14.             - Esta etiqueta desplaza el texto en una dirección (ejemplo up).<br ><br>
  15.             El texto puede tener atributos ejemplo bold ( etiqueta b)
  16.         </font></marquee></p>
  17.  
  18.         <img src="escape.gif" alt="Stickman Image" title="Stickman escape">
  19.     </center>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement