Using the <dialog> element:
![]()
The open attribute is currently supported only in Chrome, and Safari 6.
The open attribute is a boolean attribute.
When present, it specifies that the dialog element is active and that the user can interact with it.
The <dialog> tag is new in HTML5.
In XHTML, attribute minimization is forbidden, and the open attribute must be defined as <dialog open="open">.
HTML <dialog> tag
Your message has been sent to W3Schools.