Para los tres primeros ejercicios:
<table border="8" cellspacing="8">
<thead>
<th>#</th>
<th>Sección</th>
</thead>
<tbody>
<tr><td>#</td><td>#</td><td>#</td></tr>
<tr><td>#</td><td>#</td><td>#</td></tr>
<tr><td>#</td><td>#</td><td>#</td></tr>
</tbody>
</table>
Para el último ejercicio:
<table border="8" cellspacing="8">
<button>#</button>
<button>#</button>
<button>#</button>
<button>#</button>
<style type="text/css">
button{
color: #;
background-color: #;
width: 10%;
height: auto;
border: none;
cursor: pointer;
font-weight: bold;
}
</table>
No hay comentarios.:
Publicar un comentario