Advertisement
TuAreaDeInformatica

Curso HTML5 - Parte 7 [HTML]

Jan 21st, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.24 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title> Titulo de la pΓ‘gina </title>
  4.         <link rel="stylesheet" type="text/css" href="estilo.css">
  5.     </head>
  6.     <body>
  7.         <p style="font-weight: bold;"> Estoy aprendiendo a escribir HTML </p>
  8.         <p> Hola </p>
  9.     </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement