User:Hefner/CalcTest: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 March 2026

  • curprev 02:1702:17, 5 March 2026Hefner talk contribs 499 bytes +499 Created page with "<div id="calc" style="margin:1em 0; font-size:1.2em;"> <input type="number" id="num1" placeholder="First number" style="width:6em;"> <select id="op"> <option value="+">+</option> <option value="-">−</option> <option value="*">×</option> <option value="/">÷</option> </select> <input type="number" id="num2" placeholder="Second number" style="width:6em;"> <button id="calcButton">=</button> <span id="result" style="font-weight:bold; margin-lef..."