move-float-summary-to-different-details-ref.html (384B)
1 <!DOCTYPE html> 2 <!-- Any copyright is dedicated to the Public Domain. 3 - http://creativecommons.org/publicdomain/zero/1.0/ --> 4 5 <html> 6 <body> 7 <details> 8 <summary style="float:left;">Summary 2</summary> 9 <summary>Summary 1</summary> 10 <p>This is the details 1.</p> 11 </details> 12 <details> 13 <p>This is the details 2.</p> 14 </details> 15 </body> 16 </html>