Skip to main content

Practice ยท 3 of 4

A Three-Link Navigation Menu

Navigation menus are lists of links. Build one inside the nav element: a ul whose three li items each contain an a linking to #about, #projects, and #contact. Each link needs visible text. Rules: - The links live inside a nav element. - The list is a ul (a menu is an unordered group). - Three items, hrefs #about, #projects, #contact, each with text.

Difficulty: beginner

Back to lesson: Practice: Links โ€” Practice