diff --git a/guide/english/html/attributes/a-href-attribute/index.md b/guide/english/html/attributes/a-href-attribute/index.md index c164a277ba..f54bac3824 100644 --- a/guide/english/html/attributes/a-href-attribute/index.md +++ b/guide/english/html/attributes/a-href-attribute/index.md @@ -38,7 +38,7 @@ The `` attribute is supported by all browsers. ``` ### In-page anchors -It's also possible to set an anchor to certain place of the page. To do this you should first place a tab at location on the page with tag and necessary attribute "name" with any keyword description in it, like this: +It's also possible to set an anchor on a specific place on the page. To do this, you should first place a tab at the location on the page with tag and the necessary attribute "name" with any keyword description in it, like this: ```html