<html>
<head>
<title>practica11</title>
<style type="text/css">
body {
padding-left: 11em;
font-family: Georgia, "Times New Roman",
Times, serif;
color: purple;
background-color: yellow }
ul.navbar {
list-style-type: none;
padding: 0;
margin: 0;
position: absolute;
top: 2em;
left: 1em;
width: 9em }
h1 {
font-family: Helvetica, Geneva, Arial,
SunSans-Regular, sans-serif }
ul.navbar li {
background: white;
margin: 0.5em 0;
padding: 0.3em;
border-right: 1em solid black }
ul.navbar a {
text-decoration: none }
a:link {
color: blue }
a:visited {
color: purple }
address {
margin-top: 1em;
padding-top: 1em;
border-top: thin dotted }
</style>
</head>
<body>
<!-- Menú de navegación del sitio -->
<ul class="navbar">
<li><a href="indice.html">Pagina Principal</a>
<li><a href="meditaciones.html">Altas</a>
<li><a href="ciudad.html">Bajas</a>
<li><a href="enlaces.html">Modificaciones</a>
<li><a href="enlaces.html">Consultas</a>
</ul>
<!-- Contenido principal -->
<h1>uso de herramientas aplicaciones web</h1>
<h4 align="justified"> ¡en este ejemplo haremos uso de hojas de estilo en cascada!
<br><br>¡daremos formato al texto y a los enlaces!
<br><br>esta pagina no cuenta con imagenes, pero contiene enlaces, aunque no te lleven a nungun sitio...</h4>
</body>
</html>
No hay comentarios:
Publicar un comentario