diff --git a/guide/english/html/attributes/href-attribute/index.md b/guide/english/html/attributes/href-attribute/index.md
index 234add6623..ef8136cc29 100644
--- a/guide/english/html/attributes/href-attribute/index.md
+++ b/guide/english/html/attributes/href-attribute/index.md
@@ -14,6 +14,12 @@ Href is short for "Hypertext Reference" and is an HTML attribute. The href attr
This is a relative URL
```
+#### Another use
+`Go to top`
+
+#### 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)