Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Online HTML Compiler.
- Code, Compile, Run and Debug HTML program online.
- Write your code in this editor and press "Run" button to execute it.
- -->
- <html>
- <body>
- <h1>Cześć Świecie</h1>
- <table border = "1">
- <tr>
- <th>komputer 1</th>
- <th>komputer 2</th>
- <th>komputer 3</th>
- <th>komputer 4</th>
- </tr>
- <tr>
- <td>Marysia</td>
- <td>Nikt</td>
- <td>Nikt</td>
- <td>Nikt</td>
- <td>Antek</td>
- </tr>
- <tr>
- <td>Kuba</td>
- <td>Piotrek</td>
- <td>Szymon</td>
- <td>Dima</td>
- <td>Mykta</td>
- </tr>
- </table>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement