parent
8edf198bb1
commit
eb78b09ff8
@ -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>
|
<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:
|
#### More Information:
|
||||||
[W3Schools](https://www.w3schools.com/tags/att_href.asp)
|
[W3Schools](https://www.w3schools.com/tags/att_href.asp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user