Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML summary Tag</title> </head> <body> <details> <summary>What is HTML?</summary> <p>HTML is a markup language for describing the structure of web pages.</p> </details> </body> </html>