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) 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.html
HTML Advanced Features
5 Likes
Answer
<HTML>
<HEAD>
<TITLE>Indian Institute of Technology</TITLE>
</HEAD>
<BODY>
<CENTER>
<FONT face = "Cambria" color = "Red">
<H1>Indian Institute of Technology</H1>
</FONT>
</CENTER>
<HR>
<IMG src = "IIT.png" alt = "IIT" align = "right">
<P>
The Indian Institutes of Technology (IITs) are autonomous public institutes of higher education, located in India. They are governed by the Institutes ofTechnology Act 1961 which has declared them as Institutes of national importance alongside National Institutes of Technology and lays down their powers, duties and framework for governance etc. The Institutes of Technology Act, 1961 lists twenty-three institutes.
</P>
<CENTER>
<FONT face = "Cambria">
<H2>5 Popular IIT Colleges<H2>
</FONT>
</CENTER>
<TABLE align = "Center" border = "2">
<TR>
<TH align = "Center">Name</TH>
<TH align = "Center">State</TH>
<TH align = "Center">Established</TH>
</TR>
<TR>
<TD><A href = "bombay.html">IIT Bombay</A></TD>
<TD>Maharashtra</TD>
<TD>1958</TD>
</TR>
<TR>
<TD><A href = "kanpur.html">IIT Kanpur</A></TD>
<TD>Uttar Pradesh</TD>
<TD>1959</TD>
</TR>
<TR>
<TD><A href = "madras.html">IIT Madras</A></TD>
<TD>Tamil Nadu</TD>
<TD>1959</TD>
</TR>
<TR>
<TD><A href = "delhi.html ">IIT Delhi </A></TD>
<TD>Delhi </TD>
<TD>1963</TD>
</TR>
<TR>
<TD><A href = "roorkee.html">IIT Roorkee</A></TD>
<TD>Uttarakhand</TD>
<TD>2001</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Answered By
2 Likes
Related Questions
Distinguish between <P> tag and <BR> tag.
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) 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.
Case 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.