Skip to content

Commit fe396af

Browse files
authored
Update index.html
1 parent 1bf02d6 commit fe396af

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,17 +1489,18 @@ <h3 itemprop="name" style="margin:7px">Trigonometry</h3>
14891489
<meta itemprop="educationalLevel" content="from basic to advanced">
14901490
<meta itemprop="typicalAgeRange" content="6-18">
14911491
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="triangle">
1492-
<dl>
1493-
<dt style="margin:7px" itemprop="eduQuestionType">Area of a Triangle</dt>
1492+
<div>
1493+
<h3 style="margin:7px" itemprop="eduQuestionType">Area of a Triangle</h3>
14941494
<meta itemprop="target" content="https://basic-geometry.github.io?q={triangle_side1=3_side2=4_side3=5_area=?}">
14951495
<div itemprop="result" itemscope itemtype="https://schema.org/LearningResource">
14961496
<meta itemprop="name" content="Triangle area formula">
14971497
<meta itemprop="usageInfo" content="Either by base length and height, or perimeter">
14981498
<br>
14991499
<p itemprop="description" style="margin:12px">The area of a triangle equals half of the area of a rectangle with a width equal to the base of the triangle and length equal to the height of the triangle.</p>
1500-
<p itemprop="abstract" style="margin:12px">The base of a triangle multiplied by its height equals a rectangle with twice the area of the triangle.
1500+
<dl>
1501+
<dt itemprop="abstract" style="margin:12px">The base of a triangle multiplied by its height equals a rectangle with twice the area of the triangle.
15011502
<br>
1502-
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>
1503+
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.</dt>
15031504
<br>
15041505
<dd itemprop="text">
15051506
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
@@ -1519,6 +1520,7 @@ <h3 itemprop="name" style="margin:7px">Trigonometry</h3>
15191520
</mrow>
15201521
</math>
15211522
</dd>
1523+
</dl>
15221524
</div>
15231525
<br><br>
15241526
<div itemprop="result" itemscope itemtype="https://schema.org/LearningResource">
@@ -1559,7 +1561,7 @@ <h3 itemprop="name" style="margin:7px">Trigonometry</h3>
15591561
</math>
15601562
</div>
15611563
<br><br><br>
1562-
<dd itemprop="text">
1564+
<div itemprop="text">
15631565
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
15641566
<mrow>
15651567
<mi>A</mi>
@@ -1600,9 +1602,8 @@ <h3 itemprop="name" style="margin:7px">Trigonometry</h3>
16001602
</mrow>
16011603
</mrow>
16021604
</math>
1603-
</dd>
16041605
</div>
1605-
</dl>
1606+
</div>
16061607
<br><br>
16071608
<div itemprop="subjectOf" itemscope itemtype="https://schema.org/SoftwareApplication" style="margin:12px" id="triangle_area_calculator">
16081609
<meta itemprop="name" content="Triangle Area Calculator">

0 commit comments

Comments
 (0)