Prev Demo
HTML5
>
<Details> - Pop Down Details
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <p>Click [Details] below to toggle details </p> <details title="Open" open="open"> <summary>Details</summary> <p> The details for this content will be shown when you select it with the mouse. </p> </details> </body> </html>
Note: We DO NOT save your trial code in our database.
Output