table test
This commit is contained in:
12
index.html
12
index.html
@ -12,5 +12,17 @@
|
||||
<p class="center">webside test mit node backend</p>
|
||||
<button class="center" onclick="press()">Drück mich</button>
|
||||
<button class="center" onclick="redBg()">hintergrund rot(dom)</button>
|
||||
<table>
|
||||
<tr>
|
||||
<th scope="col">test1col</th>
|
||||
<th scope="col">test2col</th>
|
||||
<th scope="col">test3col</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">testrow</th>
|
||||
<td>7</td>
|
||||
<td>bla</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user