Css code within (head)....(/head)
background color bule
for the paragraph
Answers
Answered by
0
Answer:
<head>
<style>
p {
background-color: blue;
}
</style>
</head>
Similar questions