HTML details tag

revision 28f6c1f94fb9af35cc5ce8888d5b974f2732fb90

raw

test.html

1
2
3
4
5
6
7
8
9
10
11
<html>
 <body>
<details open="open">
    <p>Foo</p>
    <p>Bar</p>
    <p>Peter</p>
</details>
 </body>
</html>
 
 

History