Html5 Dialog
Advertisements
Html5 Dialog
Dialog is used for define a dialog box or window. Using <dialog> element you can easily create popup dialog.
Example
<!DOCTYPE> <html> <body> <h1>Html5 code.</h1> <p>This is my first Html5 code.</p> </body> </html>
Emp_id | Name | Salary |
---|---|---|
101 | Harry | 23000 |
102 | Hitesh | 45000 |
103 | Dew | 65000 |
104 | Sunita | 30000 |
105 | Komal | 50000 |
Example
Browser supported
Element | |||||
<dialog> | Yes | No | No | Yes | Yes |
Google Advertisment