Start from the page you built in Lesson 3.2. Send each prompt to Claude and update your file after each one.
Add a background colour of light blue to my HTML page using inline CSS style.
Make all the headings on my HTML page use the colour dark purple.
Add a second section about where [animal] lives in the wild. Include a heading and two sentences.
Add a simple 2-column HTML table comparing my animal to one other animal — include 3 rows of facts.
Make the page look more professional: add padding to the body, a max-width of 800px, and center everything on the page.
🗣 Discuss: Look at how different your page is now! This is iterative development — the exact process professional developers use. What would you add next?