CBSE Class 10 Computer Applications
Question 25 of 31
Sample Question Paper — Question 3
Back to all questions 3
Question Question 22(i)
Write the equivalent inline CSS for the following:
a. <body bgcolor="blue">
b. <p style="color:blue;">Example</p>
a. <body style="background-color: blue;">
b. <p style="color: blue;">Example</p>