Form a CSS code within <head> …. </head> tags for the following
specifications:
Background colour maroon and the whole text white for the page. Font is Arial for the paragraph and colour of the text red and background
colour yellow for the same paragraph
Answers
Answered by
1
Answer:
The code which you have to type is as follows:
head {background-color = maroon;
color = white;
}
p{ font-family = Arial;
color = red;
background- color = yellow;}
I hope this will help you! :)
Similar questions