Translate

martes, 9 de marzo de 2021

CLASE 59 TABLAS

Fin en mente: Realizar un programa en HTML donde se apliquen diferentes formas de tablas

<html>
<head>
<title Frutas>  </title>
<table bgcolor="skyblue" border="5" width=80%">
<tr>
<td colspan="3">
  <p align="center"> <font face="arial" color="blue"> Frutas
</p> </font>
</td>
</tr>

    <tr>
<td> <p align="cenetr"><font face="verdana" color="black"> Frutas Citricas
<ol>
<li type="circle"> Mandarina
<li type="circle"> Naranja
<li type="circle"> Lima
<li type="circle"> Toronja
</ol> </p> </font> </td>


<td> <p align="center"><font face="arial" color="green"> Frutas Silvestres
<ul>
<li type="disc"> Uva </li>
<li type="disc"> Kiwi </li>
<li type="disc"> Fresa </li>
<li type="disc"> Mora </li>
</ul> </p> </font> </td>

<td> <p align="center"><font face="calibri" color="yellow"> Frutas Tropicales
    <ul>
 <li type="square"> Coco  </li>
 <li type="square"> Mango  </li>
 <li type="square"> Platano  </li>
 <li type="square"> Sandia  </li>
 </p> </font> </td>
</ul>
</tr>
</table>
</body>
</html>

No hay comentarios:

Publicar un comentario