This page will collect the HTML references used throughout DSGN 300.
Start with meaning before appearance. A heading is not large text; it is a heading. A list is not a set of lines; it is a list. The browser, assistive technology, and future readers of your code all benefit when the structure is honest.
Core References
- MDN Web Docs: HTML for accurate definitions, examples, and standards-based guidance.
- W3Schools HTML for quick beginner-friendly examples.
- HTML Dog for readable guides focused on clean, semantic structure.
- Interneting Is Hard for clear explanations that build strong mental models.
Use quick references when you are stuck, but return to MDN when you need to know what an element actually means.