-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
Description
The footer menu is not structured correctly, the links are visually presented as a navigation list. However, they are simply chained in the HTML code using <a>
tags without a list structure (<ul><li>
). This does not comply with the expected structure for a menu or a list of links.
Suggestion: Enclose the links in an unordered list (<ul>
) with <li>
elements inside the <nav>
.