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

(i) Active link color is Green and Visiting link color is Red.
(ii) Image is from the file "computer.jpg".
(iii) Use horizontal rule wherever required.
(iv) Use ordered and unordered lists wherever required.
(v) The pages are linked as follows:
| Page | Link |
|---|---|
| Super Computers | Super.html |
| Mainframe Computers | Main.html |
| Mini Computers | Mini.html |
| Micro Computers | Micro.html |
| Desktops | Desk.html |
| Laptops | Laptop.html |
| PDA | PDA.html |
Note: You can use any other attributes that are not mentioned above to produce a similar output.
HTML Advanced Features
6 Likes
Answer
The HTML code is as follows:
<HTML>
<HEAD>
<TITLE>The Computer World </TITLE>
</HEAD>
<BODY bgcolor = "yellow" alink = "green" vlink = "red">
<FONT face = "arial" color = "black">
<H1>
<CENTER>The Computer World </CENTER>
</H1>
</FONT>
<BASEFONT face = "verdana">
<P align = "center"> <B> Types of Computer </B></P>
<IMG src = "computer.jpg">
<HR>
<OL type = "1">
<LI><A href = "Super.html"> Super Computers </A></LI>
<LI><A href = "Main.html"> Mainframe Computers </A></LI>
<LI><A href = "Mini.html"> Mini Computers</A></LI>
<LI><A href = "Micro.html"> Micro Computers</A></LI>
<UL>
<LI><A href = "Desk.html">Desktops </A></LI>
<LI><A href = "Laptop.html">Laptops </A></LI>
<LI><A href = "PDA.html">PDAs </A></LI>
</UL>
</OL>
<HR>
<FONT size = "4">
For further information visit
<A href = "www.computerpeople.com"> www.computerpeople.com</A>
</FONT>
</BODY>
</HTML>
Answered By
4 Likes
Related Questions
Define the following CSS attributes:
(i) outline
(ii) padding
(iii) float
Yamini is the class coordinator of a school. She has to prepare a table of the names of students, class and the subjects they are good at. Help Yamini to generate the code for displaying this table.
Roll_No Name Class Subject 1 Neha Vth Maths 2 Amit 10th English 3 Sneha IIIrd G.K. Write the HTML code to generate 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 "Indian Food".
(ii) Font face of heading is "arial".
(iii) Image used as food1.jpg.
(iv) Table border is 4px and border color is maroon.
(v) Use link as
For Available Food as F1.html
For Dishes Price as F2.html
For Get Recipes as F3.htmlCase Study 1
Mary has a prepaid Internet plan. She has a data limit of 14 GB. The average size of an E-mail with an attachment that Mary downloads is 1.4 MB.
Answer the questions given below.
(i) Approximately, how many E-mails can Mary download without exceeding her data limit?
(ii) What is E-mail?
(iii) Mary's friend is not able to understand the term attachment in E-mail. Help her to know this.
(iv) Name any two website who provide E-mail services.