Challenge Hints: Fonts

A list of hints for the challenges in the HTML Fonts lesson.

Last updated - July 12, 2023

Checkpoint style="font-family:     "
Font Pattern

style="color:     "

Did you separate the font and color with a semicolon ( ; )? style="color:     ; font-family:     "

Sentences About Me

Do you have both a color and a font for each sentence? Is color first?

Does your first sentence contain: My name is?

Does your second sentence contain: I love to?

Does your third sentence contain: I also love to?

Does your fourth sentence contain: My favorite?

Does your fifth sentence contain: My dream is?

Holiday Card Is color first?  style="color:   ; font-family:   "
Travel to Hawaii

Do you have a header that includes "Hawaii"? Did you use a different color and font?

Does your header include "You should come to Hawaii because"? 

Do you have a header that includes "Some things to do in Hawaii"? 

Do you have a header that includes "The best way to get to Hawaii"?

Do you have a header that includes "The food they eat in Hawaii"?

style="color:   ; font-family:   "

Preschool Site

Does your welcome tag have a font-family? style="color:   ; font-family:   "

Did you include a tag for "Everyone is welcome here"? style="color:   ; font-family:   "

Did you include a tag for "We have classes for kids ages 5-6."? style="color:   ; font-family:   "

Did you include a tag for "We learn about color, numbers, and patterns."?  style="color:   ; font-family:   "

Did you include a tag for "Stop by to learn more!"? style="color:   ; font-family:   "

Declaration of Independence

Did you include John Adams name with the cursive font? style="font-family: cursive"

Are your tags styled with cursive font? style="font-family: cursive"

Coded Message Did you include the word "south" in the tag and use the monospace font family? style="font-family: monospace"

For more help with HTML, check out our HTML Cheatsheet!