fix(curriculum): Typo in Links and Images lessons (#54216)

This commit is contained in:
Muhammad Omair 2024-03-26 23:04:22 +05:00 committed by GitHub
parent 513634b0ce
commit 9ca477bbc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.