Basic Styling

Share it

Time limit: 15:00

Practice Test
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Question 1 of 20
A developer uses the following inline style to set a paragraph's background color:
<p style='background-color: #FF0000;'>This is red background</p>
What will happen if the background color is set to 'red' in the stylesheet and to '#FF0000' inline?
Choose 1 answer