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) 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.html
Answer
The HTML code is as follows:
<HTML>
<HEAD>
<TITLE> Indian Food </TITLE>
</HEAD>
<BODY link = "blue" vlink = "brown" alink = "pink" bgcolor = "orange">
<FONT face = "arial" color = "green">
<H1 align = "center">
<U> Indian Food </U>
</H1>
</FONT>
The traditional food of India has been widely appreciated for its fabulous use of herbs and spices. Indian cuisine is known for its large assortment of dishes. The cooking style varies from region to region and is largely divided into South Indian & North Indian cuisine. India is quite famous for its diverse multi cuisine available in a large number of restaurants and hotel resorts, which is reminiscent of unity in diversity.
<BR>
<P align = "right">
<A href = "Fl.html"> Available Food </A>
<BR>
<A href = "F2.html"> Dishes Price </A>
<BR>
<A href = "F3.html"> Get Recepies </A>
</P>
<IMG src = "food1.jpg" align = "right" width = "180" height = "l50">
<TABLE border = "4" bordercolor = "maroon" cellpadding = "6" cellspacing = "4" align = "center">
<CAPTION> Select Dishes </CAPTION>
<TR>
<TH> STATE </TH>
<TD> Gujarat </TD>
<TD> Punjab </TD>
<TD> Tamil Nadu </TD>
</TR>
<TR>
<TH> DISHES </TH>
<TD> Khandvi <BR> Dhokla <BR> Dal Vada </TD>
<TD> Falooda <BR> Nan <BR> Lassi </TD>
<TD> Masala Dosa <BR> Sambhar Idli <BR> Upma </TD>
</TR>
</TABLE>
<BR>
<A href = "inquiry@abc.com"> To get order click here </A>
</BODY>
</HTML>
Related Questions
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) 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.
Case 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.
Case Study 2
While discussing about security in Internet, Shreya's uncle told her that there are different protocols used for different purposes on Internet. These protocols are necessary because millions of people exchange a large amount of information on net. If there will be no security protocols then, the worldwide data would not be secure and the net users will lose their faith, security of data is essential in case of online transactions, social media platforms etc. Shreya's uncle told her about one such security protocol which is the SSL protocol.
Answer the questions given below.
(i) What is SSL (Secure Sockets Layer)?
(ii) How is data flow secured in SSL?
(iii) Write two advantages of SSL.
(iv) Name the protocol used for secure login into a remote computer system.