open-multiple-summary-ref.html 297 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <!-- Any copyright is dedicated to the Public Domain.
  3. - http://creativecommons.org/publicdomain/zero/1.0/ -->
  4. <html>
  5. <body>
  6. <details open>
  7. <summary>Summary</summary>
  8. <div>Second Summary</div>
  9. <p>This is the details.</p>
  10. </details>
  11. </body>
  12. </html>