table test

This commit is contained in:
adrian
2025-08-20 22:19:57 +02:00
parent 9d2a6ed26a
commit e380672d29

View File

@ -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>