Challenge Hints: Background Image

A list of hints for the challenges in the Background Image lesson.

Last updated - July 12, 2023

Checkpoint Make sure to use style="background-image: url('myurl.com')"
Art School

Do you have an h1 tag that has the school title on it? <h1>   </h1>

Do you have thee h3 tags? <h3>   </h3>

Do you have 3 images? src="   "

For a background image use style="background-image:url(' ')"

Tech Site

Is your background-image on the body tag? style="background-image:url(' ')"

Do you have a header tag for Model A? <h1>   </h1>

Do you have a header tag for Model 10? <h1>   </h1>

Do you have a header tag for Model X? <h1>   </h1>

Do you have 3 image tags?  src="   "

Weather

Do you have a style="background-image:url(' ')" on the body tag?

Do you have a background image for each header tag; Rainy, Snowy, Cloudy, Sunny, Windy, Foggy?

style="background-image:url(' ')"

 

Background Image on Different Tags

Do you have a background image on a header tag? style="background-image:url(' ')"

Do you have a background image on a paragraph tag? style="background-image:url(' ')"

Do you have a background image on an ordered list tag? style="background-image:url(' ')"

 

Animal Guessing Games

Does the body tag have a background image? style="background-image:url(' ')"

Do you have a background image on a header tag for #1? style="background-image:url(' ')"

Do you have 6 buttons that have an onclick statement? onclick="alert('   ')"

Do each of your header tags have a background image? style="background-image:url(' ')"

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