Fixed the grammar on line 41 (#23818)

This commit is contained in:
Roenz Aberin
2018-11-27 18:09:27 -08:00
committed by Manish Giri
parent 0aa803ac34
commit f00945fbcb

View File

@ -38,7 +38,7 @@ The `<a href>` attribute is supported by all browsers.
``` ```
### In-page anchors ### 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 <a> 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 <a> and the necessary attribute "name" with any keyword description in it, like this:
```html ```html
<a name="top"></a> <a name="top"></a>