Daniel Muñoz

Generation

Crear la siguiente página en lenguaje html para construir un horario de clases de lunes a viernes y que contenga 6 horas

<table border="1px" width="100px"> <thead> <tr> <th>Hora</th> <th>Lunes</th> <th>Martes</th> <th>Miercoles</th> <th>Jueves</th> <th>Viernes</th> </tr> </thead> <tbody> <tr> <td>08:00-09:00</td> <td>Matematicas</td> <td>Historia</td> <td>Geografia</td> <td>Comunicación</td> <td>Ingles</td> </tr> <tr> <td>09:00-10:00</td> <td>Matematicas</td> <td>Historia</td> <td>Geografia</td> <td>Comunic

Questions about programming?Chat with your personal AI assistant