Your Progress
11 / 11 Tasks Completed
🔧 Before You Start - Important Setup!
Recommended Workflow for This Exercise:
- Download this file to your computer (if you haven't already)
- Open it in Firefox browser
- Open Firefox Developer Tools:
- Windows/Linux: Press F12 or Ctrl + Shift + I
- Mac: Press Fn + F12 or Cmd + Option + I
- Split your screen: Keep DevTools open on one side while you work through exercises
- Type your answers in the text boxes as you complete each task
- Click "Check Answer" after completing each exercise section
- When finished, click the green "Download Completed File" button at the bottom to save your work!
💡 Pro tip: This exercise is designed to be hands-on. You'll learn by doing!
⚠️ IMPORTANT:
• Your answers save automatically as you type (as a backup)
• After completing all tasks, use the Download button at the bottom to save your completed file
• Submit the downloaded file to Canvas for grading
1 Opening Developer Tools
Let's Start!
First, open the Firefox Developer Tools using one of these methods:
- Press F12 (Windows/Linux) or Fn + F12 (Mac)
- Right-click anywhere on this page → Select "Inspect Element"
- Click the Firefox menu (≡) → More Tools → Web Developer Tools
✓ Completed
2 Using the Inspector Tab
Explore the Inspector
The Inspector tab shows you the HTML structure of the page. Let's practice!
- Make sure the Inspector tab is selected in DevTools
- Click the "Pick an element" button (looks like a cursor arrow) or press Ctrl + Shift + C
- Hover over the purple header at the top of this page
- Click on it to inspect it
✓ Completed
3 Understanding the Box Model
Every element on a web page is a box! The CSS Box Model has four main parts:
- Content: The actual content (text, images, etc.)
- Padding: Space around the content, inside the border
- Border: A line around the padding
- Margin: Space outside the border, between elements
Inspect this box! 🔍
Look at its padding, border, and margin in DevTools
4 Experimenting with Border
Change my border! 🎨
5 Playing with Padding
Adjust my padding! 📏
6 Margin Magic
Play with my margin! 🎪
Exploring Margins
- Inspect the box above
- Find the
margin property
- Try these experiments:
- Change margin to
0
- Change margin to
50px
- Try negative margin like
-20px
✓ Completed
7 Working with Colors
CSS supports multiple ways to write colors!
Red Box
Teal Box
Blue Box
Green Box
Yellow Box
8 Different Color Formats
10 Create Your Own Style
Style me however you want! 🎨
📝 Reflection Questions
Think About What You Learned
✓ Completed
🎓 Certificate of Completion
Firefox Developer Tools Practice - Week 4
Student Progress Summary
Progress
11 / 11 Tasks Completed ✓
Skills Mastered:
- ✓ Understanding the CSS Box Model
- ✓ Inspecting Border, Padding, and Margin
- ✓ Working with Color Formats (Named, Hex, RGB, HSL)
- ✓ Using Firefox Developer Tools Inspector
- ✓ Live CSS Editing and Experimentation
📸 For Submission: Don't forget to download your completed file using the button below!
Date Completed: Thursday, April 23, 2026
Course: DESN368 Web Design 1 - Week 4
💾 Save Your Work
Click the button below to download a copy of this file with all your answers saved!
This will save a new HTML file with all your answers embedded. You can open it anytime or submit it to Canvas!
💡 The downloaded file will be named: week4-devtools-completed-YYYY-MM-DD.html