Skip to content

Commit 9262bd4

Browse files
committed
Corrected some errors
1 parent 4fdff6d commit 9262bd4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

excel.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<div>
2121
<div id="main-content">
2222
<fieldset>
23+
<!---->
2324
<h1 id="first">Excel Functions</h1>
2425
<form id="main-form">
2526
Enter your numbers separated by spacess
@@ -31,13 +32,13 @@ <h1 id="first">Excel Functions</h1>
3132
</div>
3233
<br>
3334
<input type="radio" id="arrSum" name="calc" value="autosum" checked>
34-
<label for="autosum">AutoSum</label><br>
35+
<label for="arrSum">AutoSum</label><br>
3536
<input type="radio" id="arrAvg" name="calc" value="average">
36-
<label for="average">Average</label><br>
37+
<label for="arrAvg">Average</label><br>
3738
<input type="radio" id="arrMax" name="calc" value="max">
38-
<label for="max">Max</label><br>
39+
<label for="arrMax">Max</label><br>
3940
<input type="radio" id="arrMin" name="calc" value="min">
40-
<label for="min">Min</label><br>
41+
<label for="arrMin">Min</label><br>
4142
<br>
4243
<input type="button" value="Calculate" onclick="myExcelFuns()">
4344
<br>

0 commit comments

Comments
 (0)