Mi segunda pagina en HTML < Taller de Computo >


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <title>Ejemplo con listas</title>
  2. <link rel="stylesheet" href="hoja.css" type="text/css">
  3. </head>
  4.  
  5. <p>Paises del Mundo</p>
  6. <ul>
  7. <li>Argentina</li>
  8. <li>Peru</li>
  9. <li>Chile</li>
  10. <li>Costa Rica</li>
  11. </ul>
  12.  
  13. </body>
  14.  
  15. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.