graph LR
A[Start] --> B[Part 1: HTML Structure]
B --> C[Create Navigation]
C --> D[Add Animal Content]
D --> E[Build Forms]
E --> F[Part 2: CSS Styling]
F --> G[Style Components]
G --> H[Add Interactivity]
H --> I[Part 3: Present]
I --> J[Project Complete! 🎉]
:white_check_mark: You've completed all previous BBW lessons (1-15)
:white_check_mark: You understand HTML tags and structure
:white_check_mark: You know how to use CSS for styling
:white_check_mark: You have animal images ready (or will use provided links)
:white_check_mark: You have your EduBlocks account logged in
:white_check_mark: You're ready to build something amazing!
:warning: WarningCommon Pitfall Alert! :emoji:
Make sure to click "Clone" when you open the EduBlocks link! If you don't clone it, you won't be able to save your changes. Look for the clone button in the top menu.
:bulb: TipBest Practice: In real web development, navigation bars are created using <nav> tags with unordered lists (<ul>) inside. The empty text block in EduBlocks represents the container that will hold your navigation items!
:warning: WarningCommon Pitfall Alert! :emoji:
Don't forget to add the full URL including "https://" when linking to external websites. Without it, the link won't work properly!
:bulb: TipStyling Strategy: Start with the big picture (overall layout) then work your way down to specific elements. This is how professional web developers approach CSS!
:warning: WarningJavaScript Alert Note: This creates a popup message! In real websites, developers often use more modern notification systems, but alerts are great for learning how buttons can trigger actions.
:bulb: TipPresentation Pro Tip: Practice your presentation at least once before the real thing! This helps you feel confident and ensures everything works smoothly.