Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <title>Interactive Elements</title>
</head>
<body>
  <details open>
    <summary>Summary</summary>
    Something small enough to escape casual notice.
  </details>
</body>
</html>