India Languages, asked by IamRahul7669, 7 months ago

select the correct answer from each drop-down menu.
Category
Wind Speed (knots)
Description
0
less than 1
calm
1
1–3
light air
2
4–6
light breeze
3
7–10
gentle breeze
4
11–16
moderate breeze
5
17–21
fresh breeze
6
22–27
strong breeze
7
28–33
near gale
8
34–40
gale
9
41–47
strong gale
10
48–55
storm
11
56–63
violent storm
12
64+
hurricane
On Sunday, a strong gale blows near Beth’s house. The best estimate for the wind speed is miles/hour. Note: One knot is about the same as 1.15 miles/hour.

Answers

Answered by GRANDxSAMARTH
1

</p><p>&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>    &lt;head&gt;</p><p>        &lt;title&gt;Page Title&lt;/title&gt;</p><p>    &lt;/head&gt;</p><p>    &lt;style&gt;body {</p><p>  background:#ffcc00; </p><p>}</p><p>p{</p><p>    margin-bottom:50px;</p><p>    font-size:x-large ;</p><p>    font-weight:bolder;</p><p>    color:blue;</p><p>}</p><p></p><p>.chakra{</p><p>    margin-left:90px;</p><p>    margin-top:4px;</p><p>    animation:chakra 6s 1;</p><p>}</p><p>.saffron{</p><p>    height:50px;</p><p>    width:225px;</p><p>    background-color:#ff9933;</p><p>    /*this color is indian saffron*/</p><p>    margin-left:0px;</p><p>    </p><p>}</p><p>.white{</p><p>    height:50px;</p><p>    width:225px;</p><p>    background-color:#fffffd;</p><p>    margin-left:0px;</p><p>}</p><p>.green{</p><p>    height:50px;</p><p>    width:225px;</p><p>    background-color:#138808;</p><p>    margin-left:0px;</p><p>    </p><p>}</p><p>@keyframes chakra{</p><p>   from{</p><p>       opacity:0.1;</p><p>   }</p><p>   to{</p><p>       opacity:1;</p><p>   }</p><p>   from{</p><p>       transform:rotateZ(0deg);</p><p>   }</p><p>   to{</p><p>       transform:rotateZ(360deg);</p><p>   }</p><p>}</p><p>.container{</p><p>    display:flex;</p><p>    justify-content:center;</p><p>}</p><p></p><p></p><p></p><p>&lt;/style&gt;</p><p>    &lt;body&gt;</p><p>    &lt;div class="container"&gt;</p><p>    &lt;div class="special"&gt;</p><p>    &lt;p align="center"&gt;INDIAN FLAG&lt;/p&gt;</p><p>    &lt;div class="saffron"&gt;&lt;/div&gt;</p><p>    &lt;div class="white"&gt;</p><p>       </p><p></p><p>       &lt;div class="green"&gt;&lt;/div&gt;</p><p>&lt;/div&gt;</p><p>    &lt;/body&gt;</p><p>&lt;/html&gt;

Similar questions