Advertisement
TuAreaDeInformatica

Curso HTML5 - Parte 6

Jan 8th, 2015
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.34 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title> Titulo de la pagina </title>
  4.         <style>
  5.             p { color: blue;
  6.                 font-family: Arial, Helvetica, sans-serif;
  7.                 text-decoration: underline;
  8.                 font-weight: bold;
  9.             }
  10.  
  11.             a { color: white;
  12.             }
  13.         </style>
  14.     </head>
  15.     <body>
  16.         <p> Hola. Estoy aprendiendo a escribir HTML </p>
  17.         <p> Hola </p>
  18.     </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement