HTML <dialog> Element Reference

The HTML <dialog> element represents a dialog box or other temporary interactive window.

<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>

Related references

Description

The HTML <dialog> element represents a dialog box or other temporary interactive window.

References

  1. HTML Living Standard: Index of elements
  2. MDN: HTML <dialog> Element

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies