Computer Science, asked by abhayparmar7344, 4 months ago

solution fast .. no spams​

Attachments:

Answers

Answered by Anonymous
8

Required program :-

<!DOCTYPE html>

<html lang="en">

<head>

   <title>Document</title>

   <style>

       h1 {

           text-align: center;

       }

       img {

           display: block;

           margin-left: auto;

           margin-right: auto;

       }

       p {

           font-size: 5;

           font-family: 'Times New Roman';

           color: red;

       }

   </style>

</head>

<body bgcolor="yellow">

   <h1>Our Country : India</h1>

   <img src="India.png" align="centre" width="10%">

   <p>India is spread over a large geographical area. In terms of area it is the 7<sup>th</sup> largest country while in terms of population, it is the 2<sup>nd</sup> largest country in the World. Some facts about India are as follows</p>

   <ul>

       <li>Area: approx 3.28 million sq. km</li>

       <li>North to South extension: Approx. 3,200 km</li>

       <li>East to West extension: Approx. 2,900 km</li>

   </ul>

</body>

</html>

Image.jpg is attached

Attachments:

anindyaadhikari13: Excellent. Keep it up.
Similar questions