write HTML of the following
Answers
Answer:
Explanation:
<html>
<head>
<title> Rhino </title>
</head>
<body>
<h1 align="center"> INDIAN RHINOCEROS </h1>
The Indian Rhinoceros lives primarily in Northern India and Nepal. These massive beasts have noticeable differences -- rhinoceros moves. <br>
Other endangered animals :-
<ul type = "discs">
<li> <u> <a href="crane.html"> Whooping Crane </a>
<li> <a href="rhino.html"> White Rhino </a>
<li> <a href="sumat.html"> Sumatran rhino </a>
<li> <a href="toucan.html"> Toucan </a> </u>
<table border = "2" color="black">
<tr><th> Type </th> <th> Mammal </th></tr>
<tr><td> Diet </td> <td> Herbivore </td></tr>
<tr><td> Average life span in the world </td> <td> 40 years </td></tr>
<tr><td> Size </td> <td> Length 12.5 ft Height upto 6 ft. </td></tr>
<tr><td> Weight </td> <td> 4,400 lb (2,000kg) </td></tr>
</table>
</body>
</html>