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
Write the difference between <ol> and <ul> tags in HTML. Also write suitable examples of each to illustrate the difference.
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.