Dia 3
Dia 3
Dia 3
<html>
<head>
</head>
<body style="font-size:150%">
<div id ="contenedor">
<div id ="cabecera"></div>
<div id ="izquierda"style="font-size:48%;font-family:arial-black;">
<ol>
<ul type="square">
<li><p><b><a href="https://www.google.es">www.google.es</a></b></p></li>
<li><p><a href="https://www.bing.es/">www.bing.es</a></p></li>
</ul>
</li>
<ul type="circle">
<li><p><a href="https://www.levante-emv.com/">www.levante-emv.com</a></p></li>
<li><p><a href="https://www.lasprovincias.es/">www.lasprovincias.es</a></p></li>
</ul>
</li>
</ol>
</div>
<div id ="derecha">
</tr>
<tr style="text-align:center">
</tr>
<tr style="text-align:center">
</tr>
</table>
</div>
<div id ="pie">
</tr>
<tr style="text-align:center">
</tr>
<tr style="text-align:center">
<th >1978</th>
<th >1985</th>
<th >2009</th>
</tr>
</table>
</div>
</div>
</body>
</html>
#contenedor{
background-color:lightgrey;
padding:5%;
#cabecera{
height:15%;
#izquierda{
height:25%;
background-color:darkgrey;
float:left;
width:50%;
#derecha{
height:25%;
background-color:lightblue;
float:right;
width:50%;
display: flex;
justify-content: center;
align-items: center;
#pie{
height:25%;
background-color:lightgreen;
clear:both;
display: flex;
justify-content: center;
align-items: center;