HTML details tag

raw

test.html

1
2
3
4
5
6
7
8
9
10
11
12
<html>
 <body>
<details open="open">
 <summary>List of enemies</summary>
    <p>Foo</p>
    <p>Bar</p>
    <p>Peter</p>
</details>
 </body>
</html>
 
 
Christian Weiske Christian Weiske
owner

History