We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1722d85 commit b80fc33Copy full SHA for b80fc33
calc.html
@@ -46,7 +46,7 @@ <h2>Calc</h2>
46
<br>
47
Change the operation via the dropdown selection box if desired.
48
<form name="calc" action="post">
49
-<input type=text name=val1 size=10>
+<input type=text name=val1 size=5>
50
51
<select name=operator>
52
<option value=plus>+
@@ -58,7 +58,7 @@ <h2>Calc</h2>
58
<option value=min>min
59
</select>
60
61
-<input type=text name=val2 size=10>
+<input type=text name=val2 size=5>
62
=
63
<input type=text name=answer size=10>
64
<input type=button value="show answer" onClick="calculate()">
0 commit comments