Create a web page using HTML to give description about 'Endangered species'.
Instructions
Give title to the web page as 'Endangered species'.
Add an image at the top left of the page and set the background colour to khaki.
(Use <img src="Bird.jpg" align=top> tag to insert the image).
* Apply Heading level 1 to the text 'Endangered Species and set its colour to blue.
• Apply Heading level 2 to the text 'House Sparrow' and 'Reasons for Sparrows
and set its colour to red.
+ Give bold and italics effects to the paragraph as needed.
Answers
Answer:
<html>
<head>
<title> Endangered species </title>
</head>
<body bgcolor = "F0E68C">
<img src="Bird.jpg" align=top>
<h1 color = "blue"> Endangered Species </h1> <br>
<h2 color = "red"> House Sparrow </h2> <br>
<p> <b><i> reason for the sparrow (write it yourself ) -- - -- - - - - - - - -- -- - -
-------------------------------------------------------------------------------------
</b></i>
</p>
</body>
</html>
<html>
<head>
<title> Endangered species </title>
</head>
<body bgcolor = "F0E68C">
<img src="Bird.jpg" align=top>
<h1 color = "blue"> Endangered Species </h1> <br>
<h2 color = "red"> House Sparrow </h2> <br>
<p> <b><i> reason for the sparrow to extint is conservationists attribute the decline in the population of house sparrows to the unfriendly architecture of our homes, chemical fertilisers in our crops, noise pollution that disturbs acoustic ecology and noxious exhaust fumes from vehicles
</i>