Skip to main content
✏️ Code CompletionHT HTML Hard+35 XP

ARIA Role

Complete the ARIA role for a dialog.

✏️ Fill in the blank
<div ___="dialog" aria-modal="true">
  <h2>Confirm Action</h2>
</div>

✏️ Type the missing code: