Skip to content

Commit f3868ea

Browse files
authored
Update index.html
Schematic
1 parent 6221dd3 commit f3868ea

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ <h3 itemprop="name" style="margin:7px">Area of a Square</h3>
870870
<section itemscope itemtype="http://schema.org/MathSolver" id="volume">
871871
<h3 itemprop="name" style="margin:7px">Volume of a Cube</h3>
872872
<br>
873-
<figure class=" imgbox"http://schema.org/ImageObject>
873+
<figure class="imgbox" itemscope itemtype="http://schema.org/ImageObject">
874874
<img class="center-fit" src="cubeMarkup.jpeg" alt="A cube is a 3 dimensional solid shape with 3 equal perpendicular pairs of parallel straight edges. V = edge × edge × edge = edge³">
875875
</figure>
876876
<br>
@@ -915,6 +915,7 @@ <h3 itemprop="name" style="margin:7px">Volume of a Cube</h3>
915915
</details>
916916
</section>
917917
</details>
918+
</section>
918919
<br>
919920
<br>
920921
<br>
@@ -929,7 +930,8 @@ <h3 itemprop="name" style="margin:7px">Area of a Triangle</h3>
929930
<br>
930931
<p itemprop="description" style="margin:12px">The square root of half of the area of the rectangle is the side length of the theoretical square that has the same area as the triangle.</p>
931932
<br>
932-
<math itemprop="mathExpression" style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML">
933+
<div itemprop="mathExpression">
934+
<math style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML">
933935
<mrow>
934936
<mi>A</mi>
935937
<mo>=</mo>
@@ -946,6 +948,7 @@ <h3 itemprop="name" style="margin:7px">Area of a Triangle</h3>
946948
</mrow>
947949
</math>
948950
</div>
951+
</div>
949952
<br>
950953
<br>
951954
<br>
@@ -1701,7 +1704,7 @@ <h2 itemprop="about" style="margin:7px">Trigonometry</h2>
17011704
<br>
17021705
<br>
17031706
<br>
1704-
<section itemscope itemtype="http://schema.org/MathSolver" itemref="triangle; trigonometry" id="polygon">
1707+
<section itemscope itemtype="http://schema.org/MathSolver" itemref="triangle trigonometry" id="polygon">
17051708
<h3 itemprop="name" style="margin:7px">Area of a regular Polygon</h3>
17061709
<br>
17071710
<figure class="imgbox" itemscope itemtype="http://schema.org/ImageObject">
@@ -1997,10 +2000,9 @@ <h3 itemprop="name" style="margin:7px">The Area of a Circle</h3>
19972000
</mrow>
19982001
</mrow>
19992002
</math>
2000-
</div>
20012003
<br>
20022004
<br>
2003-
<section itemprop="description" itemref="trigonometry" id="circle_area_proof">
2005+
<section itemref="trigonometry" id="circle_area_proof">
20042006
<details>
20052007
<summary><h4 style="margin:7px">When the overlapping area equals to the uncovered area in the middle, the sum of the areas of the quadrants is equal to the area of the square. That square represents the area of the circle in square units.
20062008
</h4></summary>
@@ -2425,7 +2427,8 @@ <h3 itemprop="name" style="margin:7px">The Area of a Circle</h3>
24252427
The area of both the square and the sum of the quadrants equals 16 right triangles with legs of a quarter, and a half of the square's sides, and its hypotenuse equal to the radius of the circle.
24262428
</p>
24272429
<br>
2428-
<math itemprop="mathExpression"> style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML">
2430+
<div itemprop="mathExpression">
2431+
<math style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML">
24292432
<mrow>
24302433
<mi>A</mi>
24312434
<mo>=</mo>
@@ -2448,6 +2451,7 @@ <h3 itemprop="name" style="margin:7px">The Area of a Circle</h3>
24482451
</msup>
24492452
</mrow>
24502453
</math>
2454+
</div>
24512455
<br>
24522456
<br>
24532457
<div id="circle_area_calculator">
@@ -4440,7 +4444,7 @@ <h3 itemprop="name" style="margin:7px">The volume of a square frustum pyramid ca
44404444
</math>
44414445
<br>
44424446
<br>
4443-
<math itemprop="description" style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML" >
4447+
<math style="margin:12px" xmlns="http://www.w3.org/1998/Math/MathML" >
44444448
<mrow>
44454449
<mi>b</mi>
44464450
<mo>=</mo>

0 commit comments

Comments
 (0)