Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<form method="post">
    <h1> Total Recall Awesomness Gauge </h1>
    <input type="range" name="range" min="0" max="10" step="1" value="">
    <output name="result">  </output>
</form>
<form action="" method="get">
  <input type="range">
    <p> 
        10 + 12 = <output name="sum">
          
        </output> 
    </p>
    <button type="submit"> Calculated </button>
</form>
<details>
  <summary>Toggle Me</summary>
  <p>I am going to toggle4 </p>
  <details>
      <summary>More Details</summary>
    <p> More stuff </p>
    </details>
</details>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers