Skip to content
HTML·Intermediate·Conceptual·1 min read

How do landmarks help?

Short interview answer

Elements such as main, nav, header, footer, and aside expose navigable regions when used appropriately. Unique or repeated landmarks should have useful accessible names so assistive-technology users can distinguish them.

Key takeaway

Explain the underlying mental model clearly, then support it with a concrete example and its trade-offs.

← Back to Semantic HTML

Related questions