Skip to content

Commit

Permalink
multi-page links
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanjofigue97 committed Dec 15, 2021
1 parent cac1020 commit 02690c2
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Muliples_pages/ejercicio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!doctype html>
<html>
<head>
<title>Inicio</title>
</head> <!-- agreagar contenido -->
<body>
<h1><a href="ejercicio.html"> Inicio</a></h1>
<ul>
<li><a href="ejercicio.html">Pagina 1 </a> </li>
<li><a href="pagina2.html">Pagina 2 </a> </li>
<li><a href="pagina3.html">Pagina 3 </a> </li>
</ul>
<img src="https://placekitten.com/200/287"/>
</body>
</html>
15 changes: 15 additions & 0 deletions Muliples_pages/pagina2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!doctype html>
<html>
<head>
<title>Inicio</title>
</head> <!-- agreagar contenido -->
<body>
<h1><a href="pagina2.html">Pagina 2</a></h1>
<ul>
<li><a href="ejercicio.html">Pagina 1 </a> </li>
<li><a href="pagina2.html">Pagina 2 </a> </li>
<li><a href="pagina3.html">Pagina 3 </a> </li>
</ul>
<img src="https://placekitten.com/300/300"/>
</body>
</html>
15 changes: 15 additions & 0 deletions Muliples_pages/pagina3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!doctype html>
<html>
<head>
<title>Inicio</title>
</head> <!-- agreagar contenido -->
<body>
<h1><a href="pagina3.html"> Pagina3</a></h1>
<ul>
<li><a href="ejercicio.html">Pagina 1 </a> </li>
<li><a href="pagina2.html">Pagina 2 </a> </li>
<li><a href="pagina3.html">Pagina 3 </a> </li>
</ul>
<img src="https://placekitten.com/400/400"/>
</body>
</html>

0 comments on commit 02690c2

Please sign in to comment.