Guest User

Untitled

a guest
Jan 9th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. table, th, td {
  6. border: 1px solid black;
  7. }
  8. </style>
  9. </head>
  10. <body>
  11.  
  12. <table align="center">
  13. <tr>
  14. <th>First Name:</th>
  15. <td>Bill Gates</td>
  16. <th>First Name:</th>
  17. <td>Bill Gates</td>
  18. </tr>
  19. <tr> <!--tu chyba trzeba coś dac-->
  20. <th >Telephone:</th>
  21. <td>555 77 854</td>
  22. </tr>
  23. </table>
  24.  
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment