This commit is contained in:
Šimon Záriš 2024-06-06 10:07:44 +02:00
parent 0ef41d5efe
commit 55b8726fc2

@ -1,31 +1,31 @@
<head> <head>
<link rel="stylesheet" hrer="tabulka.css"> <link rel="stylesheet" href="tabulka.css">
</head> </head>
<body> <body>
<h1>Sample Table</h1> <h1>Dodávanie tovaru</h1><br>
<table> <table>
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Typ</th>
<th>Age</th> <th>Čas</th>
<th>Occupation</th> <th>Kedy</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>John Doe</td> <td>Lacnejšie</td>
<td>30</td> <td>Pred otvorením</td>
<td>Software Engineer</td> <td>Každý tretí deň</td>
</tr> </tr>
<tr> <tr>
<td>Jane Smith</td> <td>Drahšie</td>
<td>25</td> <td>Pred otvorim - do obeda</td>
<td>Graphic Designer</td> <td>Každý tretí deň</td>
</tr> </tr>
<tr> <tr>
<td>Mike Johnson</td> <td>Najdrahšie</td>
<td>35</td> <td>Na objednávku</td>
<td>Project Manager</td> <td>Podľa zákazníka</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>