Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<!-- Accessibility checklist --> <!-- ✅ Images: meaningful alt text --> <!-- ✅ Headings: logical h1→h2→h3 order --> <!-- ✅ Inputs: associated labels --> <!-- ✅ Color: 4.5:1 contrast ratio minimum --> <!-- ✅ Keyboard: all interactions reachable by Tab/Enter/Space --> <!-- ✅ Focus: visible focus ring, correct focus management --> <!-- ✅ ARIA: live regions for dynamic content --> <!-- ✅ Tables: caption + th scope --> <!-- ✅ Motion: prefers-reduced-motion respected --> <!-- ✅ Language: html[lang] set correctly -->
Result
Open