HTML TUTORIAL FOR BEGINNERS PART 6

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`.

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❤👍.

--

--

I am a web developer who writes web development content for you to make web development easier

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Ahmadullahnikzad

I am a web developer who writes web development content for you to make web development easier