Skip to content

Commit b80fc33

Browse files
committed
update field size
1 parent 1722d85 commit b80fc33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

calc.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h2>Calc</h2>
4646
<br>
4747
Change the operation via the dropdown selection box if desired.
4848
<form name="calc" action="post">
49-
<input type=text name=val1 size=10>
49+
<input type=text name=val1 size=5>
5050

5151
<select name=operator>
5252
<option value=plus>+
@@ -58,7 +58,7 @@ <h2>Calc</h2>
5858
<option value=min>min
5959
</select>
6060

61-
<input type=text name=val2 size=10>
61+
<input type=text name=val2 size=5>
6262
=
6363
<input type=text name=answer size=10>
6464
<input type=button value="show answer" onClick="calculate()">

0 commit comments

Comments
 (0)