From eb78b09ff89a7de0e3c0d800e204c7ad8bd5561b Mon Sep 17 00:00:00 2001
From: Ayushman9454 <44403932+Ayushman9454@users.noreply.github.com>
Date: Thu, 17 Jan 2019 09:52:02 +0530
Subject: [PATCH] added another use (#26992)
* added another use
* Fixed formatting
---
guide/english/html/attributes/href-attribute/index.md | 6 ++++++
1 file changed, 6 insertions(+)
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)