1/3
A set of practice flashcards covering fundamental frontend web development concepts including CSS layout models and HTML semantics.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
CSS box model
A concept where every element is composed of margin > border > padding > content, where box-sizing: border-box can be used to include padding/border in the width.
Flexbox
A 1D layout model used for alignment in either a row OR column.
CSS Grid
A 2D layout model used for alignment in both rows AND columns simultaneously.
Semantic HTML
The practice of using HTML tags that describe their meaning, such as , , , , instead of generic tags.