Lesson 4 of 7
Cards to organise your content
A card is a <div class="card">: a box that groups a heading and its text.
The same class can be used many times — all your cards will match once you style them.
<div class="card"> <h2>Concert</h2> <p>The best moment!</p> </div>
🎯 Your mission
Inside <main>, create at least 2 cards <div class="card">, each with an <h2> (for example: a memory, a favourite album…).
PRO lesson
This advanced chapter is part of CodeAge PRO. Unlock it to keep your adventure going.
Discover PRO →