HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML dialog Tag

HTML dialog Tag

 

 

The dialog tag defines a dialog box or sub-window. It is useful when we want to create dialogs and modals on the site.

 

Attribute Explanation:-

 

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

 

Syntax:-

 

Its syntax is:- < dialog >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML