Menu


<html>
<head>
    <title>Ejemplo CSS para enlaces</title>
<style type="text/css">

    A:link {color:#0000cc;}
    A:visited {color:#0000cc;}
    A:active {color:#0000cc;}
    A:hover {color:#0000ff;}

    A.clase1:visited {color:#ffff00;}
    A.clase1:active {color:#ffff00;}
    A.clase1:link {color:#ffff00}
    A.clase1:hover {color:#00ff00}

    A.clase2:visited {font-size:12;color:#ffffff;}
    A.clase2:active {font-size:12;color:#ffffff;}
    A.clase2:link {font-size:12;color:#ffffff;}
    A.clase2:hover {font-size:12;color:#ffff33;}

    body {font-family:arial;font-size:11;font-weight:bold}
    td {font-family:arial;font-size:11;font-weight:bold}
</style>
</head>

<body BACKGROUND ="Ubuntu_Reggae_by_sixty8doors.JPG">
<a href="#">Este enlace es normal</a>
<br>
<br>
<br>
<span style="font-weight:normal;font-size:30;color:#ffff00">
Menú Principal
</span>
<br>


<table width="110" cellspacing="1" cellpadding="2" border="0">
<tr>
    <td bgcolor="0a0000"><a href="PRACTICA 9.HTML" class="clase2">Practica 10</a></td>
</tr>
<tr>
    <td bgcolor="0a0000"><a href="PRACTICA 10.HTML" class="clase1">Practica 11</a></td>
</tr>
<tr>
    <td bgcolor="0a0000"><a href="PRACTICA 11.HTML" class="clase1">Tags formato</a></td>
</tr>
<tr>
    <td bgcolor="0a0000"><a href="formato con CSS (carmen).HTML" class="clase1">letrasverdes</a></td>
</tr>


<tr>
    <td bgcolor="red"><a href="Pagina incrustada.HTML" class="clase1">hojas de estilo en cascada</a></td>
</tr>
<tr>
    <td bgcolor="red"><a href="FONDO VERDE.HTML" class="clase1">Ejemplo de estilo incrustrada</a></td>
</tr>
<tr>
    <td bgcolor="red"><a href="TITULO letras Amarillas clase 1.HTML" class="clase1">hojas de estilo en cascada</a></td>
</tr>
<tr>
    <td bgcolor="red"><a href="Actividad de Evaluacion.HTML" class="clase1">Actividad evaluativa</a></td>
</tr>
</table>



</body>

No hay comentarios:

Publicar un comentario