Skip to content

Commit 9244567

Browse files
authored
Update index.html
Structured data
1 parent 8a4a337 commit 9244567

1 file changed

Lines changed: 13 additions & 23 deletions

File tree

index.html

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5234,13 +5234,12 @@ <h3 itemprop="name" style="margin:7px">Calculate the Volume of a Tetrahedron</h3
52345234
<figure class="imgbox" itemprop="image" itemscope itemtype="http://schema.org/ImageObject">
52355235
<img class="center-fit" src="tetrahedron.jpeg" alt="Tetrahedron">
52365236
</figure>
5237-
<details>
52385237
<summary><h4 itemprop="abstract" style="margin:12px">A tetrahedron is a pyramid with fixed proportions.</h4></summary>
5239-
<p itemprop="abstract" style="margin:12px">It is bound by 4 equilateral triangles forming 6 equal edges.</p>
5240-
<div>
5241-
<p itemprop="description" style="margin:12px">The base is an equilateral triangle.</p>
5238+
<p itemprop="description" style="margin:12px">It is bound by 4 equilateral triangles forming 6 equal edges.</p>
52425239
<div style="margin:12px" itemprop="about" itemscope itemtype="https://schema.org/PropertyValue">
5243-
<meta itemprop="description" content="Exact base area of a tetrahedron formula: Area = edge^2 × sqrt(3) / 4">
5240+
<p itemprop="description" style="margin:12px">The base is an equilateral triangle.</p>
5241+
<br>
5242+
<meta itemprop="description" content="Base area of a tetrahedron: Exact equilateral triangle formula: Area = edge^2 × sqrt(3) / 4">
52445243
<span itemprop="name">A<sub>(base)</sub> </span>=
52455244
<span itemprop="value">
52465245
<math xmlns="http://www.w3.org/1998/Math/MathML">
@@ -5273,9 +5272,7 @@ <h3 itemprop="name" style="margin:7px">Calculate the Volume of a Tetrahedron</h3
52735272
</mrow>
52745273
</math>
52755274
</span>
5276-
</div>
5277-
<br><br>
5278-
<div style="margin:12px"itemprop="description">
5275+
<br>
52795276
<p>Simplifying:</p>
52805277
<br>
52815278
<math xmlns="http://www.w3.org/1998/Math/MathML">
@@ -5310,9 +5307,7 @@ <h3 itemprop="name" style="margin:7px">Calculate the Volume of a Tetrahedron</h3
53105307
</msqrt>
53115308
</mrow>
53125309
</math>
5313-
</div>
5314-
<br><br>
5315-
<div style="margin:12px" itemprop="description">
5310+
<br>
53165311
<p>Simplifying further:</p>
53175312
<br>
53185313
<math xmlns="http://www.w3.org/1998/Math/MathML">
@@ -5361,11 +5356,10 @@ <h3 itemprop="name" style="margin:7px">Calculate the Volume of a Tetrahedron</h3
53615356
</mrow>
53625357
</math>
53635358
</div>
5364-
<br><br>
5365-
<div style="margin:12px" itemprop="description">
5366-
<p>The height of the tetrahedron is also calculable via trigonometry.</p>
53675359
<br>
5368-
<div itemprop="about" itemscope itemtype="https://schema.org/PropertyValue">
5360+
<div style="margin:12px" itemprop="about" itemscope itemtype="https://schema.org/PropertyValue">
5361+
<p itemprop="description">The height of the tetrahedron is also calculable via trigonometry.</p>
5362+
<br>
53695363
<meta itemprop="description" content="Exact height of a tetrahedron formula: Height = sqrt( 2 / 3 ) × edge">
53705364
<span itemprop="name">H </span>=
53715365
<span itemprop="value">
@@ -5409,9 +5403,7 @@ <h3 itemprop="name" style="margin:7px">Calculate the Volume of a Tetrahedron</h3
54095403
</mrow>
54105404
</math>
54115405
</span>
5412-
</div>
5413-
<br><br>
5414-
<div style="margin:12px" itemprop="description">
5406+
<br>
54155407
<p>Simplifying:</p>
54165408
<br>
54175409
<math xmlns="http://www.w3.org/1998/Math/MathML">
@@ -5456,9 +5448,9 @@ <h3 itemprop="name" style="margin:7px">Calculate the Volume of a Tetrahedron</h3
54565448
</mrow>
54575449
</math>
54585450
</div>
5459-
<br><br>
5460-
<div style="margin:12px" itemprop="description">
5461-
<p>The volume of a pyramid equals base × height × √2 / 4 .</p>
5451+
<br>
5452+
<div style="margin:12px" itemprop="about" itemscope itemtype="https://schema.org/PropertyValue">
5453+
<p itemprop="description">The volume of a pyramid equals base × height × √2 / 4 .</p>
54625454
<br>
54635455
<math xmlns="http://www.w3.org/1998/Math/MathML">
54645456
<mrow>
@@ -5518,9 +5510,7 @@ <h3 itemprop="name" style="margin:7px">Calculate the Volume of a Tetrahedron</h3
55185510
</msup>
55195511
</mrow>
55205512
</math>
5521-
</div>
55225513
<br>
5523-
<div style="margin:12px" itemprop="about" itemscope itemtype="https://schema.org/PropertyValue">
55245514
<meta itemprop="description" content="Exact tetrahedron volume formula: V = edge^3 / 8">
55255515
<span itemprop="name">V<sub>(tetrahedron)</sub> </span>=
55265516
<span itemprop="value">

0 commit comments

Comments
 (0)