jueves, 23 de abril de 2020

CSS_P5.2_IMAGE-INDEX_SOLORIO

<html>
<body>
<head>
<style>
        body{
            background-color: C2F2FF;
            color: white;
            padding: 20px;
            font-family: Arial, Verdana, sans-serif;
        }
</style>
</head>
<h1><p><b>Menu</b></p></h1>
<table border="1" bgcolor="black">
<tr>
<th scope="row" bgcolor="FEBBBB"><a align="left" href="CSS_P5.2_CANCIONES_SOLORIO.html"><p>•Canciones</p></a></th>
</tr>
<tr>
<th scope="row" bgcolor="CBFEBB"><a align="left" href="CSS_P5.2_PELICULAS_SOLORIO.html"><p>•Peliculas</p></a></th>
</tr>
<tr>
<th scope="row" bgcolor="FDFEBB"><a align="left" href="CSS_P5.2_SERIES_SOLORIO.html"><p>•Series</p></a></th>
</tr>
</table>
</body>
</html>

No hay comentarios:

Publicar un comentario