Style Your Web Page: CSS Basics

1 of 4

ICT · My World Quest — full scheme of work · pioneer

Style Your Web Page: CSS Basics

3 more
1/4
For grown-ups

Companion summary

Have you ever wondered how websites go from plain, boring text to something beautiful and eye-catching? Every website you visit — YouTube, Spotify, even school sites — uses CSS to control colours, fonts, and layout. One cool fact: changing a single CSS line can instantly transform an entire website's colour scheme. When you finish, try experimenting with the "color" and "background" properties on a simple webpage you build yourself.

What Makes a Web Page Look Good?

What Makes a Web Page Look Good?

Open two imaginary websites in your mind. The first has plain black text on a white background, no spacing, every heading the same size as the paragraph text. The second has a bold red heading, a calm blue background, and text set in a clean, readable font. Both sites contain identical words — yet one is pleasant to read and one is painful. What is the difference? The answer is CSS. Before today's lesson, think about this: if HTML is the skeleton of a web page (its structure and content), what might CSS be? Jot down your guess before reading on.

💭 Think about this

If HTML gives a web page its structure, what job do you think CSS does?