Web Development Glossary (Quick Reference)
Header
The persistent navigation area at the top of a site. Contains logo, nav links, and utilities.
Nav / Navigation
Links that allow users to move between major sections of the site.
Hero Section
The first major content section of a page. Used to introduce purpose, identity, and primary action.
Wrapper
A container that limits width and centers content. Common in Jekyll/Minima layouts.
Pill / Pill Bar
A UI element with fully rounded edges (high border-radius). Used for navigation bars, buttons, or tags.
Responsive Design
Layouts that adapt to screen size using media queries.
Breakpoint
A screen width at which layout rules change (e.g. 768px, 1024px).
Mobile-First
Design strategy where the default layout targets small screens first.
Accessibility (a11y)
Practices that make sites usable by screen readers and assistive tech.
sr-only
CSS pattern that hides text visually but keeps it available to screen readers.
Object-fit
CSS property that controls how images scale inside their container.
Hero Typography
Large, expressive text used in the hero section to convey brand identity.
Visual Hierarchy
The ordering of elements by importance using size, spacing, and contrast.