Matthias Apsel: Anfänger braucht Hilfe

Beitrag lesen

problematische Seite

Hallo Simon Teidt,

<nav>
	<ul>
		<li><a href="index.html">Home</a> </li>
		<li><a href="über.html">Über</a> </li>
		<li><a href="kontakt.html"> Kontakt </a>  </li>
	</ul>
</nav> 
<nav id="alleligen">
	<ul>
		<li><a href="liga1.html">Liga 1</a> </li>
		<li><a href="liga2.html">Liga 2</a> </li>
		<li><a href="liga3.html">Liga 3 </a>  </li>
	</ul>
</nav>

Nicht jede Navigation gehört auch in ein nav-Element.

Not all groups of links on a page need to be in a nav element — the element is primarily intended for sections that consist of major navigation blocks. In particular, it is common for footers to have a short list of links to various pages of a site, such as the terms of service, the home page, and a copyright page. The footer element alone is sufficient for such cases; while a nav element can be used in such cases, it is usually unnecessary. (HTML 4.3)

Bis demnächst
Matthias

--
Dieses Forum nutzt Markdown. Im Wiki erhalten Sie Hilfe bei der Formatierung Ihrer Beiträge.