Search w3schools.com:

SHARE THIS PAGE

HTML <dialog> Tag


Example

Using the <dialog> element:

<table border="1">
<tr>
  <th>January <dialog open>This is an open dialog window</dialog></th>
  <th>February</th>
  <th>March</th>
</tr>
<tr>
  <td>31</td>
  <td>28</td>
  <td>31</td>
</tr>
</table>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The <dialog> tag is currently only supported in Chrome, and Safari 6.


Definition and Usage

The <dialog> tag defines a a dialog box, inpector, or window.


Differences Between HTML 4.01 and HTML5

The <dialog> tag is new in HTML5.


Tips and Notes

Tip: The <dialog> tag should be a child of a <dt> or a <th> element.


Attributes

New : New in HTML5.

Attribute Value Description
openNew open Specifies that the dialog element is active and that the user can interact with it

Global Attributes

The <dialog> tag also supports the Global Attributes in HTML.


Event Attributes

The <dialog> tag also supports the Event Attributes in HTML.



Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]