More informative index.md (#29455)

* More informative index.md

More informative description

* fix: changed tag to element
pull/34639/head
abhaybaiju 2018-12-12 02:54:47 +05:30 committed by Randell Dawson
parent d6ed7f75b9
commit c3dd46965b
1 changed files with 2 additions and 3 deletions

View File

@ -4,8 +4,7 @@ title: A Href Attribute
## A Href Attribute
The `<a href>` attribute refers to a destination provided by a link. The `a` (anchor) element is dead without the `<href>` attribute. Sometimes in your workflow, you don't want a live link or you won't know the link destination yet. In cases like these, it's useful to set the `href` attribute to `"#"` to create a dead link. The `href` attribute can be used to link to local files or files on the internet.
The `<a href>` attribute refers to a destination provided by a link. The `a` (anchor) element is dead without the `<href>` attribute. Sometimes in your workflow, you don't want a live link or you won't know the link destination yet. In this case, it's useful to set the `href` attribute to `"#"` to create a dead link ,that is, a link to the same page. The `href` attribute can be used to link to local files or files on the internet.
For instance: