Advertisement
m4s73r

Div_y_Span

Mar 21st, 2014
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.37 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>Ejemplo etiqueta div </title>
  4. </head>
  5. <body>
  6.     <div style="color:blue; font-size:42;" align="center">
  7.         Cabecera
  8.         <span style="color:red;">de</span>
  9.         <span style="color:brown;">la</span>
  10.         página.
  11.     </div>
  12.     <div style="color:red;">
  13.         Cuerpo de la página.
  14.     </div>
  15.     <div style="color:black;">
  16.         Pie de la página
  17.     </div>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement