summary-not-in-details.html 261 B

1234567891011
  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. <!-- Render standalone summary as a normal block element. -->
  7. <summary>Summary</summary>
  8. </body>
  9. </html>