Make Dead Links Using the Hash Symbol
Sometimes you want to add a
elements to your website before you know where they will link.
This is most handy when changing the behavior of a link using JavaScript.
Challenge: Replace the href
attribute value with a #
to create a dead link
Example: href="#"

Last updated