Dia 5
This commit is contained in:
30
Practicas/Practicas HTML/Practica 7/Practica 7b.html
Normal file
30
Practicas/Practicas HTML/Practica 7/Practica 7b.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Ejemplo Tablas Html</title>
|
||||
</head>
|
||||
|
||||
<body style="font-size: 30px;">
|
||||
<table align="center" border="2">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="5" align="center">Dias de la semana</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="200" height="100" align="center">Lunes</td>
|
||||
<td width="200" height="100" align="center">Martes</td>
|
||||
<td width="200" height="100" align="center">Miercoles</td>
|
||||
<td width="200" height="100" align="center">Jueves</td>
|
||||
<td width="200" height="100" align="center">Viernes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5" align="center">Ejemplo tabla 7b</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user