EJERCICIOS DE APLICACIÓN

EJERCICIOS DE APLICACIÓN

<!DOCTYPE html>
<html>
<header>
<h1><title>EJERCICIO DE APLICACIÓN 3</h1>
</title>
<body>
<table border="8" cellspacing="8">
<Button>Página  principal</button>
<button>Relación estudiantil</button>
<button>Datos personales</button>
<button>Listado de productos</button>
<style type="text/css">
button{
color: cyan;
background-color: green;
width: 8%;
height: auto;
border: none;
cursor: pointer;
font-weigh: bold;
}
</table>
</body>
</html>



No hay comentarios:

Publicar un comentario