From 9ca477bbc961391167f7da6e7355c2ee02ff9535 Mon Sep 17 00:00:00 2001 From: Muhammad Omair <141236749+omair-muhammad@users.noreply.github.com> Date: Tue, 26 Mar 2024 23:04:22 +0500 Subject: [PATCH] fix(curriculum): Typo in Links and Images lessons (#54216) --- .../top-links-and-images/links-and-images-question-b.md | 2 +- .../top-links-and-images/links-and-images-question-c.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/16-the-odin-project/top-links-and-images/links-and-images-question-b.md b/curriculum/challenges/english/16-the-odin-project/top-links-and-images/links-and-images-question-b.md index 1f229d55a72..68330f6562a 100644 --- a/curriculum/challenges/english/16-the-odin-project/top-links-and-images/links-and-images-question-b.md +++ b/curriculum/challenges/english/16-the-odin-project/top-links-and-images/links-and-images-question-b.md @@ -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`: `

Homepage

` +- Finally, add the following `h1` to the `body`: `

Homepage

` ## 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 `` tag. diff --git a/curriculum/challenges/english/16-the-odin-project/top-links-and-images/links-and-images-question-c.md b/curriculum/challenges/english/16-the-odin-project/top-links-and-images/links-and-images-question-c.md index ef5088d7a9c..7e976bb016f 100644 --- a/curriculum/challenges/english/16-the-odin-project/top-links-and-images/links-and-images-question-c.md +++ b/curriculum/challenges/english/16-the-odin-project/top-links-and-images/links-and-images-question-c.md @@ -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`: `

Homepage

` +- Finally, add the following `h1` to the `body`: `

Homepage

` ## 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 `
` tag.