added id based section links

This commit is contained in:
Sebastian Wendel 2024-04-10 11:10:43 +02:00
parent eb6e74c90b
commit bc16b58ea3

View file

@ -13,12 +13,12 @@
<body>
<h1>Countries of the World</h1>
<ul>
<li>Germay</li>
<li>Russia</li>
<li>Vietnam</li>
<li><a href="#deutschland">Germay</a></li>
<li><a href="#russland">Russia</a></li>
<li><a href="#vietnam">Vietnam</a></li>
</ul>
<section>
<section id="deutschland">
<hr>
<a href="deutschland.html">
<h2>Deutschland</h2>
@ -42,7 +42,7 @@
</section>
<section>
<section id="russland">
<hr>
<a href="russland.html">
@ -63,7 +63,7 @@
</a>
</section>
<section>
<section id="vietnam">
<hr>
<a href="vietnam.html">
<h2>Vietnam</h2>