<dialog>
HTML <dialog> Element Reference
The HTML <dialog> element represents a dialog box or other temporary interactive window.
Categories
- Interactive
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical dialog element example.
<dialog open>
<p>Save your changes?</p>
<button>Save</button>
</dialog>