@@ -3074,10 +3074,6 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Area of a Circle Segment</h3>
30743074< div itemprop ="assesses " itemscope itemtype ="https://schema.org/DefinedTerm ">
30753075< div itemprop ="about " itemscope itemtype ="https://schema.org/Observation ">
30763076< meta itemprop ="measurementTechnique " content ="Comparing to a square by subtracting a triangle from a circle slice. ">
3077- < br > < br >
3078- < p itemprop ="measuredProperty " id ="segment-area "> Segment area</ p >
3079- </ div >
3080- </ div >
30813077< label itemprop ="measuredProperty " for ="segment-height "> Segment Height:</ label >
30823078< input id ="segment-height " type ="number " step ="any ">
30833079< br >
@@ -3086,7 +3082,10 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Area of a Circle Segment</h3>
30863082< br >
30873083< label itemprop ="measuredProperty " for ="parent-radius "> Circle Radius:</ label >
30883084< input id ="parent-radius " type ="number " step ="any ">
3089- < br >
3085+ < br > < br >
3086+ < p itemprop ="measuredProperty " id ="segment-area "> Segment area</ p >
3087+ </ div >
3088+ </ div >
30903089< script type ="module " async >
30913090let autoFilledField = null ;
30923091let userEntered = { h : false , l : false , r : false } ;
@@ -4184,21 +4183,21 @@ <h4 itemprop="description" style="margin:12px">The volume of a pyramid can be ca
41844183</ div >
41854184</ div >
41864185< br > < br >
4187- < div itemprop ="subjectOf " itemscope itemtype ="https://schema.org/SoftwareApplication " style ="margin:12px " id ="pyramid_volume_calculator ">
4186+ < div style =" margin:12px " itemprop ="subjectOf " itemscope itemtype ="https://schema.org/SoftwareApplication " style ="margin:12px " id ="pyramid_volume_calculator ">
41884187< meta itemprop ="name " content ="Pyramid Volume Calculator ">
41894188< meta itemprop ="applicationCategory " content ="Geometric Calculator ">
41904189< meta itemprop ="operatingSystem " content ="Web ">
41914190< meta itemprop ="isAccessibleForFree " content ="true ">
41924191< meta itemprop ="description " content ="Calculte the volume of a pyramid from its height and number and length of bottom edges. ">
41934192< meta itemprop ="disambiguatingDescription " content ="Exact volume of base*height/sqrt(8), instead of the base*height/3 approximate. ">
41944193< meta itemprop ="usageInfo " content ="Enter the height and the number and the length of the bottom edges ">
4195- < label style =" margin:12px " for ="pyramid-side-number "> Number of sides:</ label >
4194+ < label for ="pyramid-side-number "> Number of sides:</ label >
41964195< input id ="pyramid-side-number " type ="number " value ="4 " step ="1 ">
41974196< br >
4198- < label style =" margin:12px " for ="pyramid-base-edge-length "> Base edge length:</ label >
4197+ < label for ="pyramid-base-edge-length "> Base edge length:</ label >
41994198< input id ="pyramid-base-edge-length " type ="number " value ="1 " step ="any ">
42004199< br >
4201- < label style =" margin:12px " for ="pyramid-height "> Height:</ label >
4200+ < label for ="pyramid-height "> Height:</ label >
42024201< input id ="pyramid-height " type ="number " value ="1 " step ="any ">
42034202< meta itemprop ="interactivityType " content ="Active ">
42044203< meta itemprop ="accessibilityControl " content ="fullKeyboardControl ">
0 commit comments