Sometimes you want to add a elements to your website before you know where they will link.
a
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="#"
href
#
Last updated 3 years ago