Computer Science, asked by Akhilkannan, 5 months ago

say what is the full form of html​

Answers

Answered by Vishal101100
6

Answer :- HTML stands for Hyper text markup language.

&lt;html&gt;</p><p>&lt;head&gt;</p><p>  &lt;meta http-equiv="content-type" content="text/html; charset=utf-8" /&gt;</p><p></p><p>  &lt;title&gt;water wave&lt;/title&gt;</p><p>  </p><p>&lt;/head&gt;</p><p>&lt;body&gt;</p><p>  &lt;div class="center_div"&gt;</p><p>   &lt;div class="wave"&gt;&lt;/div&gt;</p><p>   &lt;div class="wave"&gt;&lt;/div&gt;</p><p>   &lt;div class="wave"&gt;&lt;/div&gt;</p><p>   &lt;div class="wave"&gt;&lt;/div&gt;</p><p>   &lt;div class="wave"&gt;&lt;/div&gt;</p><p>   &lt;div class="wave"&gt;&lt;/div&gt;</p><p>   &lt;div class="wave"&gt;&lt;/div&gt;</p><p>   &lt;div class="wave"&gt;&lt;/div&gt;</p><p>   &lt;div class="wave"&gt;&lt;/div&gt;</p><p>   &lt;div class="wave"&gt;&lt;/div&gt;</p><p>  &lt;/div&gt;</p><p>  </p><p>  &lt;style&gt;</p><p>    *{</p><p>      margin: 0;</p><p>      padding: 0;</p><p>      box-sizing: border-box;</p><p>    }</p><p>    html{</p><p>    font-size: 62.5%;</p><p>    }</p><p>    .center_div{</p><p>    width: 100vw;</p><p>    height:  100vh;</p><p>    background: #1e272e;</p><p>    display: flex;</p><p>    justify-content: center;</p><p>    align-items: center;</p><p>    }</p><p>    .wave{</p><p>      width: 0.6rem;</p><p>      height: 7rem;</p><p>      background: #4bcffa;</p><p>      margin: 0 0.4rem;</p><p>      border-radius: 0.4rem;</p><p>      animation: waves 1s linear infinite;</p><p>    }</p><p>    @keyframes waves{</p><p>      0%</p><p>      {</p><p>        transform: scale(0);</p><p>      }</p><p>      50%</p><p>      {</p><p>        transform: scale(1);</p><p>      }</p><p>      100%</p><p>      {</p><p>        transform: scale(0);</p><p>      }</p><p>    }</p><p>    </p><p>    .wave:nth-child(2){</p><p>      animation-delay: 0.1s;</p><p>    }</p><p>    .wave:nth-child(3){</p><p>      animation-delay: 0.2s;</p><p>    }</p><p>    .wave:nth-child(4){</p><p>      animation-delay: 0.3s;</p><p>    }</p><p>    .wave:nth-child(5){</p><p>      animation-delay: 0.4s;</p><p>    }</p><p>    .wave:nth-child(6){</p><p>      animation-delay: 0.5s;</p><p>    }</p><p>    .wave:nth-child(7){</p><p>      animation-delay: 0.6s;</p><p>    }</p><p>    .wave:nth-child(8){</p><p>      animation-delay: 0.7s;</p><p>    }</p><p>    .wave:nth-child(9){</p><p>      animation-delay: 0.8s;</p><p>    }</p><p>    .wave:nth-child(10){</p><p>      animation-delay: 0.9s;</p><p>    }</p><p>  &lt;/style&gt;</p><p>&lt;/body&gt;</p><p>&lt;/html&gt;

hope it helps

Answered by tanisha4443
1

Hypertext markup language....

Plzz mark me Brainliest......

Similar questions
Math, 10 months ago