Menu
The dialog
tag defines a dialog box, subwindow, or other interactive component.
The <dialog> element can make it simple to create popup modals.
<dialog open>This modal window is open.</dialog>
open
Designates that the dialog element is active.
User-submitted codepen.io examples of <dialog>
↴
Submit a codepen.io link that demonstrates <dialog>
: