Home » HTML dialog tag

HTML dialog tag

by Online Tutorials Library

HTML Dialog Tag

HTML <dialog> tag is used to create a new popup dialog on a web page. This tag represents a dialog box or other interactive component like window.

The <dialog> element uses a boolean attribute called open that activate element and facilitate user to interact with it.

HTML dialog is a new tag introduced in HTML5.


HTML dialog tag example

Test it Now

Output:

I am so clever that sometimes I don’t understand a single word of what I am saying. Oscar Wilde


HTML dialog tag also supports global and event attributes in HTML.


Supporting Browsers

Element chrome browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari
<dialog> Yes Yes Yes Yes Yes
Next TopicHTML dir Tag

You may also like