Loading...
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.
Online Gadgets is an electronic products company. The company wishes to sell its products online for which they want to launch its website. The homepage of the website should contain the images of its products which are saved as PHONE.JPG and TV.JPG. The company wishes to open the webpage named ALLPHONES.HTML when the image PHONE.JPG is clicked. Similarly, on clicking the image TV.JPG a different webpage named as ALLTVS.HTML should open. Ensure that both the images should get displayed with a width of 200 pixels and a height of 150 pixels. Write the code to achieve the desired result. Note : Assume that the image and both the webpages are stored in the same folder.
Write the HTML code to design the content of the webpage in the form of lists as shown below : Here is a shopping list with categories and items : 1. Vegetables ○ Carrots ○ Broccoli ○ Spinach 2. Fruits ○ Apples ○ Oranges ○ Bananas
The default starting value for an ordered list in HTML is _________ .
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.
© 2026 PadhAiPro. This question is provided for educational purposes.