Solución ejercicio 6

This commit is contained in:
Juanse Marquez
2026-06-01 18:48:42 -03:00
parent 610d2530dd
commit c03180d703
2 changed files with 47 additions and 1 deletions

View File

@@ -8,6 +8,16 @@
</head>
<body>
<h1>Ejercicio 6</h1>
<table id="tabla">
<thead>
<tr>
<th>Nombre</th>
<th>Sector</th>
<th>Sueldo</th>
</tr>
</thead>
<tbody></tbody>
</table>
<script src="ejercicio6.js"></script>
</body>