Using the <dialog> element:
![]()
The <dialog> tag is currently only supported in Chrome, and Safari 6.
The <dialog> tag defines a a dialog box, inpector, or window.
The <dialog> tag is new in HTML5.
Tip: The <dialog> tag should be a child of a <dt> or a <th> element.
New : New in HTML5.
| Attribute | Value | Description |
|---|---|---|
| openNew | open | Specifies that the dialog element is active and that the user can interact with it |
The <dialog> tag also supports the Global Attributes in HTML.
The <dialog> tag also supports the Event Attributes in HTML.
Your message has been sent to W3Schools.