mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fix(curriculum): Typo in Links and Images lessons (#54216)
This commit is contained in:
parent
513634b0ce
commit
9ca477bbc9
@ -14,7 +14,7 @@ To get some practice using links and images throughout this lesson you need an H
|
||||
|
||||
- Fill in the usual HTML boilerplate.
|
||||
|
||||
- finally, add the following `h1` to the `body`: `<h1>Homepage</h1>`
|
||||
- Finally, add the following `h1` to the `body`: `<h1>Homepage</h1>`
|
||||
|
||||
## Anchor Elements
|
||||
To create a link in HTML, you use the anchor element. An anchor element is defined by wrapping the text or another HTML element you want to be a link with an `<a>` tag.
|
||||
|
||||
@ -14,7 +14,7 @@ To get some practice using links and images throughout this lesson you need an H
|
||||
|
||||
- Fill in the usual HTML boilerplate.
|
||||
|
||||
- finally, add the following `h1` to the `body`: `<h1>Homepage</h1>`
|
||||
- Finally, add the following `h1` to the `body`: `<h1>Homepage</h1>`
|
||||
|
||||
## Anchor Elements
|
||||
To create a link in HTML, you use the anchor element. An anchor element is defined by wrapping the text or another HTML element you want to be a link with an `<a>` tag.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user