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