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 the given specifications.

(i) Title of the page is "People's Public School".
(ii) Link color is "Fuchsia".
(iii) Font face for the page is "Calibri".
(iv) The color of heading of the page is "Red".
(v) Image used as school.jpg.
HTML Intro
6 Likes
Answer
<HTML>
<HEAD>
<TITLE> People's Public School </TITLE>
</HEAD>
<BODY LINK = "fushia">
<FONT FACE = "CALIBRI">
<FONT COLOR = "RED">
<CENTER>
<H1> WELCOME <BR> To <BR> PEOPLE'S PUBLIC SCHOOL </H1>
</FONT>
<IMG SRC = "SCHOOL.JPG" ALT = "Image of school">
</CENTER>
<P>
Welcome to <I>People's Public School</I>. We are strongly committed
to the success of our students. Commonly requested information has
been digitized and made available on our site. We encourage your
feedback as we strive to improve our school.
</P>
</FONT>
</BODY>
</HTML>
Answered By
3 Likes
Related Questions
Answer the following:
(i) What is the use of dir attribute of <HTML> tag?
(ii) Write the equivalent inline CSS for the following HTML tag.
(a) <body bgcolor = "red">
(b) <img src = "garden.jpg" height = 15 width = 30>
Arvind has to prepare a list of students belonging to different classes. He has to mention their roll numbers and footers at the bottom of the table. Observe the given table and write the code to display this 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 "Top 5 Films of 2010".
(ii) Font face for the page is "Calibri".
(iii) Link color is "Turquoise".
(iv) The color of heading of the page is "Green".
(v) Image used is bollywood.jpg.
Case Study 1
Mawana Sugar Private Limited has a head office in Mawana and a large number of branches nationwise. The head office used video conferencing to communicate with the branch managers. But branch manager is not familiar with the term video conferencing. Help him to know the answer of following questions.
(i) What do you mean by video conferencing?
(ii) Identify the requirement for video conferencing.
(iii) What is the most popular software for video conferencing?
(iv) What are the benefits of using video conferencing?