Advertisement
ignacy123

Untitled

Apr 19th, 2023
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <!--
  2.  
  3. Online HTML Compiler.
  4. Code, Compile, Run and Debug HTML program online.
  5. Write your code in this editor and press "Run" button to execute it.
  6.  
  7. -->
  8.  
  9. <html>
  10. <body>
  11. <h1>Cześć Świecie</h1>
  12.  
  13. <table border = "1">
  14. <tr>
  15. <th>komputer 1</th>
  16. <th>komputer 2</th>
  17. <th>komputer 3</th>
  18. <th>komputer 4</th>
  19. </tr>
  20. <tr>
  21. <td>Marysia</td>
  22. <td>Nikt</td>
  23. <td>Nikt</td>
  24. <td>Nikt</td>
  25. <td>Antek</td>
  26. </tr>
  27. <tr>
  28. <td>Kuba</td>
  29. <td>Piotrek</td>
  30. <td>Szymon</td>
  31. <td>Dima</td>
  32. <td>Mykta</td>
  33. </tr>
  34.  
  35.  
  36.  
  37.  
  38. </table>
  39.  
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement