Loading...
State whether the following statements are True or False :
An incomplete CSS code within <head> . . . </head> is given below. Complete this code by filling in the blanks as per the specifications that follow. <head> <style> body {__________ : __________ ; } <!--line 1 --> P { __________: __________ ; <!--line 2 --> __________: __________ ; <!--line 3 --> } __________ <!--line 4 --> { Color : Blue; } </style> </head> (i) Line 1 : Page background color should be Yellow. (ii) Line 2 : Color of the paragraph text should be Red. (iii) Line 3 : Font family of the paragraph text should be Arial. (iv) Line 4 : The second biggest heading should be Blue in color.
The following HTML code is expected to create an ordered list for a web page : <html> <body __________ : yellow> <!-- line 1 --> <p> <font __________= Helvetica> <!-- line 2 --> FESTIVALS OF INDIA </p> <__________> <!-- line 3 --> <__________>HOLI <__________> <!-- line 4 --> <__________>DIWALI <__________> <!-- line 5 --> <__________> <!-- line 6 --> Complete this code by filling in the blanks as per the specifications that follow : (i) Line 1 : Background color of the web page should be Yellow. (ii) Line 2 : Font for the paragraph should be Helvetica. (iii) Line 3 and Line 6 : An ordered list should start and end. (iv) Line 4 and Line 5 : Listing of the ordered list items.
A school wants to create a webpage for the announcement of orientation programme of its Cultural Club as shown below : ABC International School Cultural Club Orientation programme on 15th March 2024 The school wants all the 3 lines to appear as Headings and Subheadings : • The first line containing its name to have the boldest possible appearance as a heading in Blue color. • The second line containing the Club name should appear as a heading but its size should be smaller than the first line in green color. • The third line containing the Programme details should appear as a heading and its size should be smaller than the previous two lines in Cyan color. Suggest the html code to get the desired appearance of the lines in the webpage.
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 Services We are happy to provide you all 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:help@homeservices.com Specifications : · The background color of the page should be yellow and the text for the page should be in blue color. · Heading 'Home Services' should be the first level of heading. · The image named 'service.png' should be placed on the web page. · Font size for the paragraph and the list of services should be 4 and 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.
Events The following events are scheduled to be held on 1st April, 2023. The timings are as follows : 1. 9·00 AM – 10·00 AM Flag Hoisting 2. 10·00 AM – 11.00 AM Painting Competition 3. 11.00 AM – 12.30 PM Dance Competition 4. 12.30 PM – 1.30 PM Song competition 5. 1.30 PM – 2.00 PM Closing Ceremony For any queries contact queries@event.com Phone : 9999999999 Write the HTML code to design the above shown web page titled 'Events', considering the specifications as 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, the font face for the page should be Arial. · Heading 'Events' should be the first level of heading. · Font size for the paragraph and the list of products should be 5. · The schedule (as shown in 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 in bold. · The contact email queries@event.com should be a link to open the user's default mail client to send queries to the mentioned email id.
© 2026 PadhAiPro. This question is provided for educational purposes.