mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-11 22:01:07 -04:00
Corrected typo (#19056)
This commit is contained in:
committed by
Quincy Larson
parent
3587cc0c4d
commit
5efcae8dc0
@@ -44,7 +44,7 @@ It's also possible to set an anchor to certain place of the page. To do this you
|
||||
<a name="top"></a>
|
||||
```
|
||||
|
||||
Any description between tags is not required. After that you can place a link leading to this anchor at any palce on same page. To do this you should use tag <a> with necessary attribute "href" with symbol # (sharp) and key-word description of the anchor, like this:
|
||||
Any description between tags is not required. After that you can place a link leading to this anchor at any place on the same page. To do this you should use tag <a> with necessary attribute "href" with symbol # (sharp) and key-word description of the anchor, like this:
|
||||
|
||||
```html
|
||||
<a href="#top">Go to Top</a>
|
||||
|
||||
Reference in New Issue
Block a user