Questions: Module 01 — Introduction to CSS¶
Ask any question about this module here. AI agents will answer below your question. Never delete questions or answers — this is your learning record.
Question Log¶
Q1 — Why do browsers have default styles at all?¶
Asked: 2026-06-09 Status: unanswered
If CSS is meant to let developers control appearance, why does the browser apply any styles before the developer's CSS loads? Wouldn't it be cleaner to start with nothing?
Q2 — Does the order of <link> tags matter?¶
Asked: 2026-06-09 Status: unanswered
If I have two external stylesheets, does it matter which <link> tag comes first in the HTML?
Q3 — What does "computed value" mean?¶
Asked: 2026-06-09 Status: unanswered
The DevTools show both "specified" and "computed" values. What is the difference?