Advertisements
Advertisements
प्रश्न
Write the HTML code to design the web page as shown below, considering the specifications that follow. You can write the code for any four specifications out of the given six specifications.
Home Service
We are happy to provide you with all the help at your residence. Special discount offers from (1st May 2022 to 30th June 2022). Please contact us for the following services: Maid/Servant (Cleaning) Maid/Servant (Cooking) Driver Queries: [email protected] |
Specifications:
- The background color of the page should be yellow and the text for the page should be in blue color.
- Heading 'Homes Services' should be the first level of heading.
- The image named 'service.png' should be placed on the web page.
- The font size for the paragraph and the list of services should be 4 and the Font face should be Verdana. Superscript tags should be used wherever required.
- The services (as shown in the above web page) should be written with the help of the unordered list.
- The bottom-most line of 'Queries: help@ homeservices.com" should be a link to open the user's default mail client to send queries to the mentioned email id.
उत्तर
<HTML>
<HEAD>
</HEAD>
<BODY BGCOLOR="YELLOW'' TEXT="BLUE">
<H1> HOME SERVICES</H1>
<IMG SRC="SERVICE.PNG"><BR>
<FONT FACE="VERDANA" SIZE=4>
We Are happy to provide you all help at your
residence <BR>
Special discount offers from (1<sup>st</sup>May,2022 to 30<sup>th</sup>
June 2022)<BR>
Please contact us for the following services< BR>
<UL>
<LI> Maid/Servant( Cleaning)
<LI> Maid/Servant(Cooking)
<LI> Driver
</UL>
Queries: <a href="mailto:help@homeservices.
com"> [email protected] </a>
</FONT>
</BODY>
</HTML>
APPEARS IN
संबंधित प्रश्न
The HTML tag used to make the text italics is ______.
Assertion (A): In HTML, Tags written in lowercase letters or uppercase letters are treated as the same.
Reason (R): HTML is a case sensitive language.
Write an HTML statement to illustrate the usage of alink and vlink attributes.
HTML provides us with ______ levels of headings that can be inserted into a web page.
The default starting value for an ordered list in HTML is ______.
What is the difference between <br> tag and <p> tag in the context of HTML? Illustrate using suitable examples.
Link, vlink, alink are attributes of ______ tag.
Which of the following tag can be used to draw a horizontal line on a webpage?
In HTML, <dl>, <dd>, and <dt> tags are used to create ______.
Write a suitable HTML statement to display the following text on a webpage in appropriate subscript and superscript form:
CO2