TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <body> <h2>Open Attribute Example</h2> <dialog open> <p>This dialog is visible by default.</p> </dialog> </body> </html>