File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 20
20
< div >
21
21
< div id ="main-content ">
22
22
< fieldset >
23
+ <!---->
23
24
< h1 id ="first "> Excel Functions</ h1 >
24
25
< form id ="main-form ">
25
26
Enter your numbers separated by spacess
@@ -31,13 +32,13 @@ <h1 id="first">Excel Functions</h1>
31
32
</ div >
32
33
< br >
33
34
< input type ="radio " id ="arrSum " name ="calc " value ="autosum " checked >
34
- < label for ="autosum "> AutoSum</ label > < br >
35
+ < label for ="arrSum "> AutoSum</ label > < br >
35
36
< input type ="radio " id ="arrAvg " name ="calc " value ="average ">
36
- < label for ="average "> Average</ label > < br >
37
+ < label for ="arrAvg "> Average</ label > < br >
37
38
< input type ="radio " id ="arrMax " name ="calc " value ="max ">
38
- < label for ="max "> Max</ label > < br >
39
+ < label for ="arrMax "> Max</ label > < br >
39
40
< input type ="radio " id ="arrMin " name ="calc " value ="min ">
40
- < label for ="min "> Min</ label > < br >
41
+ < label for ="arrMin "> Min</ label > < br >
41
42
< br >
42
43
< input type ="button " value ="Calculate " onclick ="myExcelFuns() ">
43
44
< br >
You can’t perform that action at this time.
0 commit comments