Skip to main content

Practice ยท 2 of 4

Debug: The Link That Goes Nowhere

This link is broken in two ways: the href is missing its protocol, and there's no link text, so screen readers announce nothing. Repair it โ€” the link should point to https://developer.mozilla.org and read MDN Web Docs. Rules: - A complete, valid absolute URL in href. - Meaningful text between the tags. - Don't change anything else.

Difficulty: beginner

Back to lesson: Practice: Links โ€” Practice