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.