We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e340e2 commit 78052a4Copy full SHA for 78052a4
1 file changed
index.html
@@ -2090,7 +2090,6 @@ <h3 style="margin:7px">Area of a regular polygon</h3>
2090
<br>
2091
2092
2093
-<div>
2094
<section id="circle">
2095
<h3 style="margin:7px">
2096
The area of a circle is defined by comparing it to a square since that is the base of area calculation.
@@ -2629,6 +2628,7 @@ <h3 style="margin:7px">
2629
2628
</math>
2630
2631
+<div>
2632
<label style="margin:12px" for="circle-radius-a">Radius:</label>
2633
<input id="circle-radius-a" type="number" value="1" step="any">
2634
<script>
0 commit comments