Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <style>
- table, th, td {
- border: 1px solid black;
- }
- </style>
- </head>
- <body>
- <table align="center">
- <tr>
- <th>First Name:</th>
- <td>Bill Gates</td>
- <th>First Name:</th>
- <td>Bill Gates</td>
- </tr>
- <tr> <!--tu chyba trzeba coś dac-->
- <th >Telephone:</th>
- <td>555 77 854</td>
- </tr>
- </table>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment