<!DOCTYPE html>
<html>
<head>
<title> creando una barra de navegación </title>
</head>
<body>
<h1> <span style="color:brown">creando una barra de navegación</span> </h1>
<nav><a href="https://es.wikipedia.org/wiki/Wikipedia:Portada/">wikipedia</a>
<a href="http://eptjorge.blogspot.com/">blog de jorge</a>
</nav>
<footer> autor de esta pagina es jorge chunga </footer>
</body>
</html>
AQUÍ EL ENLACE:
BARRA DE NAVEGACIÓN 2:
<!DOCTYPE html>
<html>
<head>
<title> creando una barra de navegación </title>
</head>
<body>
<h1> <span style="color:blue">creando una barra de navegación</span> </h1>
<nav>
<ul>
<li><a href="https://jfloresf27.blogspot.com/p/espacio-virtual-5to-f-2019.html">blog del 5to grado F</a>
<li><a href="https://jfloresf27.blogspot.com/p/espacio-virtual-5to-g-2019.html">blog del 5to grado G</a>
<li><a href="https://jfloresf27.blogspot.com/p/espacio-virtual-5-e-2016.html">blog del 5to grado E del año 2016</a>
</ul>
</nav>
<footer> autor de esta pagina es jorge chunga </footer>
</body>
</html>
AQUÍ EL ENLACE:
No hay comentarios:
Publicar un comentario