Advertisements
Advertisements
प्रश्न
Events |
Write the HTML code to design the above-shown web page titled 'Events', considering the specifications given below. You can write the code for any four specifications out of the given six specifications.
Specifications:
- The background color of the page should be cyan, and the font face for the page should be Arial.
- Heading 'Events' should be the first level of heading.
- The font size for the paragraph and the list of products should be 5.
- The schedule (as shown on the above web page) should be written with the help of the numbered list. Superscript tags should be used wherever required.
- The bottom-most lines of 'For any queries ...' and 'Phone: .... ' should be on hold.
- The contact email [email protected] 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="CYAN" >
<FONT FACE=" ARIAL">
<H1> EVENTS</H1>
<FONT SIZE=5>
The following events are scheduled to be held on
1<sup>st</sup>April,2023 <BR>
The timings are as follows<BR>
<OL>
<LI>9:00 AM-10:00 AM Flag Hosting
<LI> 10:00 AM-11:00 AM Painting competition
<LI> 11:00 AM - 12:30 PM Dance competition
<LI>12:30-1:30 PM Song competition
<LI> 1:30-2:00 PM Closing Ceremony
</UL>
<B>For any Queries contact: <a
href = "mailto:[email protected]">queries@
event.com </a> <BR>
PHONE: 9999999999
</B>
</FONT>
</BODY>
</HTML>
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?