Computer Applications
Write the HTML code to design the web page as shown below, considering the specifications that follow. You can write the code for given specifications.

(i) Background color of page is yellow.
(ii) Link color is black and visited link color is green.
(iii) Heading of the page is maroon.
(iv) Image used is mainrhino.jpg.
(v) Table border is 2px.
HTML Advanced Features
5 Likes
Answer
<HTML>
<HEAD>
<TITLE>INDIAN RHINOCEROS</TITLE>
</HEAD>
<BODY bgcolor = "yellow" link = "Black" vlink = "Green">
<FONT color = "Maroon">
<H1><CENTER>INDIAN RHINOCEROS</CENTER></H1>
</FONT>
<IMG src = "mainrhino.jpg" alt = "rhino" align = "right">
<P>
The Indian Rhinoceros lives primarily in northern India and Nepal. These massive beasts have some noticeable physical differences from their African relatives. Their segmented body looks like a formidable coat of natural body armour. It functions like one also. Flexible skin between the thicker hide "plates" allows them to shift as the rhinoceros moves.
</P>
Other Endangered Animals:<BR>
<UL type = "disc">
<LI><A HREF = "WHOOPING_CRANE.HTML"><U>Whooping Crane</U></A></LI>
<LI><A HREF = "WHITE_RHINO.HTML"><U>White Rhino</U></A></LI>
<LI><A HREF = "SUMATRAN_RHINO.HTML"><U>Sumatran Rhino</U></A></LI>
<LI><A HREF = "TOUCAN.HTML"><U>Toucan</U></A></LI>
</UL>
<CENTER>Fast Facts</CENTER>
<TABLE border = "2" align = "center">
<TR>
<TD>Type</TD>
<TD>Mammal</TD>
</TR>
<TR>
<TD>Diet</TD>
<TD>Herbivore</TD>
</TR>
<TR>
<TD>Average life span in the wild</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 lbs(2,000 kg)</TD>
</TR>
</TABLE>
<A href = "details.html">For more details</A>
</BODY>
</HTML>
Answered By
3 Likes
Related Questions
Ayushi has to prepare a demo table in which she has to mention question number and its marking. Help her to write the code for the below table.

Write the HTML code to design the web page as shown below, considering the specifications that follow. You can write the code for given specifications.

(i) Title of the page is "IIT".
(ii) Font face of heading is "Cambria".
(iii) The color of the heading of the page is "Red".
(iv) Image used as "IIT.png".
Use link as:
For IIT Bombay as bombay.html
For IIT Kanpur as kanpur.html
For IIT Madras as madras.html
For IIT Delhi as delhi.html
For IIT Roorkee as roorkee.htmlCase Study 1
Raman is a Computer Teacher in a private school. He has 4 computers in a computer lab where his colleague used to work. All the computers are stand alone and not connected with the Internet. He called a Network engineer to form a network of 4 computers. Answer the following questions in reference to the given situation.
(i) What type of Network will be formed?
(ii) Which application/software is required in all computers to browse Internet? Give two examples.
(iii) Write any two advantages of Computer Network.
(iv) Name any two ISP.
Case Study 2
The open source software movement is a movement that supports the use of open source licenses for some softwares. It was started to spread the concept of open source software. It began in the late 80's with the launching of the GNU project by Richard Stallman. He shared a key role in the conceptualisation of freely shared source code.
Answer the following questions.
(i) Define the term open source.
(ii) What are the criteria to be followed for open source software?
(iii) How do programmers contribute to open source community?
(iv) Name any two open source softwares.