forked from marquez.juan/clase-10-ejercicios-de-repaso
Solución ejercicio 6
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user