Mi primer 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>El titulo de mi pagina</title>
  2. </head>
  3.  
  4.  
  5. <h1>Mi titulo de mi contenido</h1>
  6.  
  7. Mi texto normal parafo 1, linea 1 <BR />
  8. Mi texto esta formado por 2 lineas , linea 2.
  9. <BR />
  10. <B> Mi texto en negrita </b>
  11. <i> Mi texto en cursiva </i>
  12.  
  13. <table border=1>
  14. <tr>
  15. <td>columna 1</td>
  16. <td>
  17. <span style="color:FF0000;font-family:Verdana;font-size:24px">
  18. <b>columna 2</b>
  19. </span>
  20. </td>
  21. </tr>
  22. <tr style="background-color:#FF0080">
  23. <td>datos de linea 2, columna 1</td>
  24. <td>datos de linea 2,columna 2</td>
  25. </tr>
  26.  
  27. </body>
  28.  
  29. </HTML>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.