Semantic HTML
Semantic HTML is using elements for their meaning rather than their appearance.
Why it matters
Native elements are keyboard operable, screen reader announced and present in the HTML without JavaScript, all for free.
How it is measured
Check that disclosures use details and summary, buttons use button, and links use anchor elements.
Checks that involve semantic html
Related terms
Questions
What is semantic html?
Semantic HTML is using elements for their meaning rather than their appearance.
Why does semantic html matter?
Native elements are keyboard operable, screen reader announced and present in the HTML without JavaScript, all for free.
How is semantic html measured?
Check that disclosures use details and summary, buttons use button, and links use anchor elements.