OLD | NEW |
---|---|
(Empty) | |
1 <!-- | |
2 @MAC-ALLOW:AXRole* | |
3 --> | |
4 <!DOCTYPE html> | |
5 <html> | |
6 <body> | |
7 <details> | |
8 <summary>details tag</summary> | |
9 <p>The details tag specifies additional details that the user can view or hi de on demand.</p> | |
10 </details> | |
11 | |
12 <details open> | |
13 <summary>details tag open</summary> | |
14 <p>The details tag with open specifies that the details should be visible (o pen) to the user.</p> | |
15 </details> | |
16 </body> | |
17 </html> | |
OLD | NEW |