Sometimes you want to add a
element to your website but still don't know where it will link.
This is also handy when you're changing the behavior of a link using JavaScript, which we'll learn later.
For example the current value of href attribute is https://www.freecodecamp.org
now replace href value with #
symbol to create a dead link.
This is the most common usage of #
that every developer use it.
<a href="#">Contact us</a>
If you have any questions and suggestions or any problem let me know in the comments section below π
Make sure you share βοΈ and like my storyβ€π.
Top comments (3)
Very short but effective
I don't like to type useless stuff to impress my audience
Thanks guy