added another use (#26992)

* added another use

* Fixed formatting
This commit is contained in:
Ayushman9454 2019-01-17 09:52:02 +05:30 committed by Manish Giri
parent 8edf198bb1
commit eb78b09ff8

View File

@ -14,6 +14,12 @@ Href is short for "Hypertext Reference" and is an HTML attribute. The href attr
<a href="index.html">This is a relative URL</a>
```
#### Another use
`<a href="#top">Go to top</a>`
#### Description
It will take you to that position in the page where `id="top"` is given.
#### More Information:
[W3Schools](https://www.w3schools.com/tags/att_href.asp)