Skip to content

Commit 1a7a408

Browse files
authored
Update index.html
Image alt descriptions
1 parent bcd5717 commit 1a7a408

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -524,8 +524,8 @@
524524
},
525525
"image": {
526526
"@type": "ImageObject",
527-
"url": "coneAndSphere.jpeg",
528-
"description": "Sphere and cone comparison"
527+
"url": "cone.jpeg",
528+
"description": "Cone"
529529
},
530530
"description": "The cone’s volume is derived by comparing a vertical quadrant cone to an octant sphere through a shared quadrant cylinder.",
531531
"step": [
@@ -2167,13 +2167,13 @@ <h3 style="margin:7px">Surface Area of a Sphere</h3>
21672167
<h3 style="margin:7px">Volume of a Cone</h3>
21682168
<br>
21692169
<figure class="imgbox">
2170-
<img class="center-fit" src="cone.jpeg" alt="Sphere and cone">
2170+
<img class="center-fit" src="cone.jpeg" alt="Cone">
21712171
</figure>
21722172
<br>
21732173
<p style="margin:12px"><strong>The volume of a cone can be calculated by algebraically comparing the volume of a vertical quadrant of a cone with equal radius and height to an octant sphere with equal radius, through a quadrant cylinder.</strong></p>
21742174
<br>
21752175
<figure class="imgbox">
2176-
<img class="center-fit" src="sphereAndCone.jpeg" alt="Comparison">
2176+
<img class="center-fit" src="sphereAndCone.jpeg" alt="Comparing a quadrant cone to an octant sphere">
21772177
</figure>
21782178
<br>
21792179
<div style="margin:12px">

0 commit comments

Comments
 (0)