Loading...
Which of the following options will set the font family of all paragraphs to 'Arial' ?
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.
© 2026 PadhAiPro. This question is provided for educational purposes.