Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Los Santos - FAQ</title>
  5. </head>
  6. <body>
  7. <table class="egt" border="1" cellspacing=0 cellpadding=2 bordercolor="#000000">
  8.  
  9. <tr height="40">
  10. <th bgcolor="#00ccee" align="center" width= "200">Nombre</th>
  11.  
  12. <th bgcolor="#00ccee" align="center" width= "200">Apellido</th>
  13.  
  14. <th bgcolor="#00ccee" align="center" width= "200">Edad</th>
  15.  
  16. <th bgcolor="#00ccee" align="center" width= "200">Cargos</th>
  17.  
  18. <th bgcolor="#00ccee" align="center" width= "200">Retrato</th>
  19.  
  20. </tr>
  21.  
  22. <tr height="60">
  23.  
  24. <td bgcolor="#00ccee">Celda 4</td>
  25.  
  26. <td bgcolor="#00ccee">Celda 5</td>
  27.  
  28. <td bgcolor="#00ccee">Celda 6</td>
  29.  
  30. <td bgcolor="#00ccee">Celda 7</td>
  31.  
  32. <td bgcolor="#00ccee">Celda 8</td>
  33.  
  34. </tr>
  35.  
  36. <tr height="60">
  37.  
  38. <td bgcolor="#00ccee" >Celda 4</td>
  39.  
  40. <td bgcolor="#00ccee">Celda 5</td>
  41.  
  42. <td bgcolor="#00ccee">Celda 6</td>
  43.  
  44. <td bgcolor="#00ccee">Celda 7</td>
  45.  
  46. <td bgcolor="#00ccee">Celda 8</td>
  47.  
  48. </tr>
  49.  
  50. <tr height="60">
  51.  
  52. <td bgcolor="#00ccee">Celda 4</td>
  53.  
  54. <td bgcolor="#00ccee">Celda 5</td>
  55.  
  56. <td bgcolor="#00ccee">Celda 6</td>
  57.  
  58. <td bgcolor="#00ccee">Celda 7</td>
  59.  
  60. <td bgcolor="#00ccee">Celda 8</td>
  61.  
  62. </tr>
  63.  
  64. </table>
  65. </body>
  66. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement