Advertisements
Advertisements
Question

<HTML>
<HEAD>
<TITLE>
</TITLE>
</HEAD>
<BODY bgcolor = "yellow" link = "black" vlink = "green"
<______ face =" "Arial" color = "maroon"> ---Line 1
<H2 align = "center"> INDIAN ELEPHANT </H2> </FONT>
<FONT face =" "Arial">
<IMG ______= "elephant.png" height = "100" width = " 100" align = "right">
---Line 2
The Indian elephant (Elephas maximus indicus) is one of three recognised subspecies of
the Asian elephant and native to mainland Asia. Since 1986, Elephas maximus has been
listed as Endangered by IUCN as the population has been declined by at least 50% over
the last three generations, estimated to be 60 - 75 years. Asian elephants are
threatened by habitat loss, degradation and fragmentation.
<P>
See Also:
<UL>
<LI> <A href = "one.html"> Sri Lankan Elephant </A> </LI>
<LI> <A href = "two.html"> Sumatran Elephant </A> </LI>
<LI> <A href = "three.html"> Borneo Elephant </A> </LI>
<LI> <A href = "four.html"> African Elephant </A> </LI>
</UL>
<TABLE align = "center" border = "2" width = "250">
______ Threats To Elephants ______ --- Line 3
______ <TD> 1 </TD> <TD> Illegal Hunting </TD>______ --- Line 4
<TR>
<TD> 2 </TD>
<TD> Industrialisation </TD>
</TR>
<TR>
<TD> 3 </TD>
<TD> Habitat Loss </TD>
</TR>
<TR>
<TD> 4 </TD>
<TD> Fragmentation </TD>
</TR>
<TR>
<TD> 5 </TD>
<TD> Disease </TD>
</TR>
</TABLE>
<P> <P>
<FONT size = "2"> <CENTER> For further enquiries and reservations <______ "[email protected]">
Contact Us </A> </CENTER> ----line 5
</BOdy>
</HTML>
Consider the code written to create the above web page and answer the questions given below:
- Choose the correct option to fill up line 1.
- FONT
- ?FONT
- /FONT
- \FONT
- Choose the correct option to fill up line 2.
- Source
- Image
- src
- File
- Choose the correct option to fill up line 3.
- <HEAD> </HEAD>
- <TITLE> </TITLE>
- <CAPTION> </CAPTION>
- <Table Title> </Table Title>
- Choose the correct option to fill up line 4.
- </TR> <TR>
- <TR> </TR>
- <?TR> <TR?>
- <=TR> </TR>
- Choose the correct option to fill up line 5.
- href =
- href A =
- A href =
- A =
Case Study
Advertisements
Solution
- /FONT
- src
- <CAPTION> </CAPTION>
- <TR> </TR>
- A href =
shaalaa.com
Is there an error in this question or solution?
