<html> <head> <title>CSS integrado en HTML.</title> <style type="text/css"> body { padding-left: 15em; font-family: Georgia, "Times New Roman", Times, serif; color: #8904B1; background-color:#F5A9E1} ul.cuexpa { list-style-type: none; padding: 10; margin: 30; position: absolute; top: 1em; left: 2em; width: 9em } h1 { font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif } ul.cuexpa li { background: white; margin: 1 em 1; padding: 0.5em; border-right: 1em solid #610B4B} ul.cuexpa a { text-decoration: none } </style> </head> <body> <!-- Menú --> <ul class="cuexpa"> <li><a href="indice.html">Página principal</a> <li><a href="colegios.html">Colegios</a> <li><a href="tradiciones.html">Tradiciones</a> <li><a href="rios.html">Rios</a> </ul> <!-- Contenido principal --> <h1><center>CUEXPALA</center></h31> <h4><center>¡Bienvenido!</center></h4> <p> Se localiza en el Municipio Tilapa del Estado de Puebla.Tiene 1148 habitantes </p> <center> <img src="E:\DESARROLLO DE APLICACIONES 2/cuexpala.jpg" width="300" height="300" > </center> </body> </html>