diff --git a/guide/english/html/elements/a-tag/index.md b/guide/english/html/elements/a-tag/index.md index 92ce4aba68..1137594e22 100644 --- a/guide/english/html/elements/a-tag/index.md +++ b/guide/english/html/elements/a-tag/index.md @@ -18,6 +18,13 @@ By default, a linked page is displayed in the current browser window unless anot ```html freeCodeCamp ``` +You can also create a link to another section on the same page. +#### Example: + +```html +

+ Go to top +``` An image can also be turned into a link by enclosing the `` tag in an `` tag.