fix: update challenge for crowdin in anchor page (#41450)

This commit is contained in:
pandacoder7
2021-03-12 02:05:34 +05:30
committed by GitHub
parent 8821a51474
commit 53d372c298

View File

@ -29,7 +29,7 @@ Next is the *anchor* element `<a>` (which requires a closing tag `</a>`):
`<a href="http://freecodecamp.org"> ... </a>`
The text, `link to freecodecamp.org`, within the `a` element is called `anchor text`, and will display the link to click:
The text, `link to freecodecamp.org`, within the `a` element is called <dfn>anchor text</dfn>, and will display the link to click:
`<a href=" ... ">link to freecodecamp.org</a>`