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.
Write the equivalent CSS code to set the following styles for a web page : (i) Entire page background color should be yellow (ii) Second level Heading properties should be as follows : Text color should be Red Left margin should be 25 px
Write a CSS code to display the first level heading text as My School in Green color and center-aligned.
Write the CSS code to display the following paragraph below the above mentioned heading : This is my School I study in class 12 The properties of the paragraph content should be as follows : (I) Text color should be yellow (II) Font size should be 25 px (III) Font style should be bold
Write the equivalent CSS code to set the following styles : (i) Entire page background color should be orange. (ii) First level heading properties : Color should be green Left margin should be 30 px
© 2026 PadhAiPro. This question is provided for educational purposes.