Chapter 12 Answer Key

Meeting Cassy the CSS

Preview of Styling Webpages


What Changed?

Answer:

The heading color changed to blue.

h1 {
    color: blue;
}

Spot the Difference

The styled webpage has colors and looks more attractive than the plain webpage.


Meet Cassy Activity

Cassy can add colors, fonts, decorations, and layouts to webpages.


What We Learned

  • CSS makes webpages beautiful.
  • CSS can change colors.
  • CSS can change fonts.
  • CSS can improve layout.
  • CSS helps create attractive websites.

Example CSS

h1 {
    color: blue;
}

🏆 HTML Journey Completed!

Congratulations! You have completed the Webville HTML Adventure and are ready to begin learning CSS with Cassy.