0% found this document useful (0 votes)
41 views3 pages

Doctype HTML

The document contains HTML code for a navigation bar. The navigation bar contains five image links to other pages, including links to pages about links, lists, contact, tables, and a feedback form. The images serve as anchors for the links. Clicking an image will take the user to the corresponding linked page.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views3 pages

Doctype HTML

The document contains HTML code for a navigation bar. The navigation bar contains five image links to other pages, including links to pages about links, lists, contact, tables, and a feedback form. The images serve as anchors for the links. Clicking an image will take the user to the corresponding linked page.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

< !

DOCTYPE html>
< ! - - Fig. 2 .7: nav.html >
< ! - - Imgenes como anclas de vnculos. -->
<html >
<head>

<meta charset = u tf-8>


<title> Barra de navegaci&oacute;n</title>
</head>
<body>
<p>
<a href= vincu1os.html>
<1mg src = botones/vnculos.jpg width=65
height = 50 alt = V&iacute;nculos>
</a>
<a href = lista.html>
<img src= botones/lista.jpg width = 65
height = 50 alt = Lista de funciones>
</a>
<a href = contacto.html>
<img src= botones/contacto.jpg width =
65
height = 50 alt = Contacto>
</a>
<a href = tabla1. html>
<1mg src = botones/tabla.jpg width = 65
height = 50 alt = P&aacute;gina de tablas>
</a>

<a href = formulario.html>


<img src = botones/formulario.jpg width =
65
height = 50alt = Formulario de
retroalimentaci&oacute;n>
</a>
</p>
</body>
</html>
//////////////////////////
<!DOCTYPE html>
<!-- Fig. 2 .7: nav.html >
<!-- Imgenes como anclas de vnculos. -->
<html >
<head>
<meta charset = utf-8>
<title> Barra de navegaci&oacute;n</title>
</head>
<body>
<p>
<a href= vincu1os.html>
<img src = botones/uenic.jpg width=65
height = 50 alt = V&iacute;nculos>
</a>

<a href = lista.html>


<img src= botones/lista.jpg width = 65
height = 50 alt = Lista de funciones>

</a>

<a href = contacto.html>


<img src= botones/contacto.jpg width = 65
height = 50 alt = Contacto>
</a>

<a href = tabla1. html>


<img src = botones/tabla.jpg width = 65
height = 50 alt = P&aacute;gina de tablas>
</a>

<a href = formulario.html>


<img src = botones/formulario.jpg width = 65
height = 50alt = Formulario de retroalimentaci&oacute;n>
</a>
</p>
</body>
</html>

You might also like