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) Link color is "blue".
(ii) Font face of heading is "lucida handwriting".
(iii) The color of the heading of the page is "green".
(iv) The images used are "par.jpg" and "prog.jpg".
(v) Use link as "programming.html" for Programming.
HTML Advanced Features
3 Likes
Answer
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY link = "Blue">
<IMG src = "Par.jpg" width = "170" height = "160" align = "left">
<FONT face = "Lucida Handwriting" color = "Green"> <H1>Paradise Wheels Co.</H1>
</FONT>
<H3 align = "center">Because You're Worth It</H3>
<P align = "right">
<B>
Home About Us Services Products Contact Us
</B>
</P>
<HR>
<P align = "right"><FONT face = "Lucida Handwriting">
Our Services
</FONT>
<BR>
<IMG src = "prog.jpg" width = "170" height = "160" align = "right">
<BR>
<A href = "programming.html">Programming</A>
</P>
<P>
<B>Features of This Company</B>
<UL>
<LI>Good businesses need good plans.</LI>
<LI>To be successful, a company must be motivated by something beyond financial success.</LI>
<LI>To make their businesses successful, business owners need good attitudes.</LI>
<LI>To be successful, businesses need to commit resources and time to training their employees,<br>as well any independent contractors with whom they work.</LI>
<LI>Creating, enhancing and celebrating teamwork is at the heart of every successful company culture.</LI>
<LI>Effective communication patterns within successful organizations have three main characteristics: clarity, courtesy and proactivity.</LI>
</UL>
</P>
</BODY>
</HTML>
Answered By
1 Like
Related Questions
(a) Write the HTML code to display an inline image named pencil.jpg located at C:\ in the center of your Web page.
(b) Write the HTML command to display the A2 + B2 in your Web page.
(c) Write HTML code to insert an image named globe.jpg in the background of a Web page.
Ram has to prepare a table as given below. He is a new technical team intern. Help him to write the code of 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 "Save Tiger".
(ii) Image used is tiger. jpg.
(iii) Text color is "green".
(iv) Table border is 3 px and align center.
(v) The color of the heading of the page is orange.
Case Study 1
Raman had applied for job in a company via email last week. Today he received a mail from HR department of the company regarding his interview date. His interview will be conducted online (due to Covid-19) using video conferencing and instant messaging software. Answer the following questions in reference to the given situation.
(i) What is video conferencing?
(ii) Name any two hardware which is required for video conferencing.
(iii) Write any two features of instant messaging software.
(iv) Name two types of instant messaging software.