Skip to content

Commit 1e340e2

Browse files
authored
Update index.html
HTML structure
1 parent 5b24259 commit 1e340e2

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,11 +1102,13 @@ <h3 style="margin:7px">Area of a square</h3>
11021102
<mi>side</mi>
11031103
</mrow>
11041104
<mo>=</mo>
1105-
<msup>
1105+
<mrow>
1106+
<msup>
11061107
<mi>side</mi>
11071108
<mn>2</mn>
11081109
</msup>
1109-
</mrow>
1110+
</mrow>
1111+
</mrow>
11101112
</math>
11111113
</section>
11121114
<br>
@@ -1138,15 +1140,18 @@ <h3 style="margin:7px">Volume of a cube</h3>
11381140
<mi>edge</mi>
11391141
</mrow>
11401142
<mo>=</mo>
1141-
<msup>
1143+
<mrow>
1144+
<msup>
11421145
<mi>edge</mi>
11431146
<mn>3</mn>
11441147
</msup>
1145-
</mrow>
1148+
</mrow>
1149+
</mrow>
11461150
</math>
11471151
</section>
11481152
</section>
11491153
</details>
1154+
</section>
11501155
</details>
11511156
</section>
11521157
<br>
@@ -2624,7 +2629,6 @@ <h3 style="margin:7px">
26242629
</math>
26252630
<br>
26262631
<br>
2627-
<div>
26282632
<label style="margin:12px" for="circle-radius-a">Radius:</label>
26292633
<input id="circle-radius-a" type="number" value="1" step="any">
26302634
<script>
@@ -3493,7 +3497,7 @@ <h3 style="margin:7px">The volume of a sphere is defined by comparing it to a cu
34933497
<br>
34943498
<br>
34953499
<br>
3496-
<section id="sphere_surface" style="border: 2px solid red;
3500+
<section style="border: 2px solid red;
34973501
padding: 10px" id="sphere-surface">
34983502
<p style="margin:6px">Advertisement</p>
34993503
<br>
@@ -3598,12 +3602,10 @@ <h3 style="margin:7px">Volume of a spherical cap</h3>
35983602
<p style="margin:12px" id="cap-volume"></p>
35993603
</div>
36003604
</section>
3601-
</div>
36023605
<br>
36033606
<br>
36043607
<br>
36053608
<br>
3606-
<div>
36073609
<section id="cone">
36083610
<h3 style="margin:7px">Volume of a cone</h3>
36093611
<br>
@@ -4946,8 +4948,6 @@ <h3 style="margin:7px">Volume of a tetrahedron</h3>
49464948
</div>
49474949
</section>
49484950
</section>
4949-
</div>
4950-
</section>
49514951
</section>
49524952
</article>
49534953
<br>

0 commit comments

Comments
 (0)