You don't need to write code from scratch — AI can generate it for you. Your job is to write a great prompt, understand what Claude builds, and improve it. This is genuinely how many developers work every day.
🚀
Build your first page — follow these steps
▶
1
Use the prompt below to ask Claude for your first webpage
2
Copy the HTML code Claude gives you (everything between <html> and </html>)
3
Open Notepad (Windows) or TextEdit in plain text mode (Mac)
4
Paste the code and save as: mypage.html
5
Double-click the file — it opens in your browser! 🎉
Write a simple HTML webpage about [your favourite animal]. Include: a big title using h1, one paragraph about the animal, a list of 3 interesting facts using ul and li tags, and a link to learn more. Add some background colour and make the title a nice colour.
🎉 Milestone moment: When that page opens in your browser — take a screenshot! You just built your first webpage. That is genuinely impressive.
📝
Lesson quiz — test yourself!
▶
✅
Wrap-up discussion questions
▶
1️⃣Can you find the <h1>, <p>, and <ul> tags in the code Claude wrote?
2️⃣What would happen if you deleted a closing tag?
3️⃣What would you add to your page to make it more interesting?