Pls answer the above questions
Answers
Answer:
Here's your code!
*Make sure to add the image to your project file.
<html>
<head>
<style>
body.a{
background-color: yellow;
font-family: sans-serif;
}
p.b {
font-size: 5;
font-family: 'Times New Roman', Times, serif;
color: red;
text-align:center;
}
</style>
</head>
<body class="a">
<center>
<h1>
Our Country: India
</h1>
<img src="india.jpg" alt="Map of India"/>
</center>
<br/>
<p class="b">
India is spread over a large a geographical area. In terms of area it is the 7th largest country while in population, it is 2nd 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,200KM.
</li>
<li>
West to East extension: Approx 2,900KM.
</li>
</ul>
</body>
</html>
Hope this helps you ;D. . . ❤️