Computer Science, asked by pthakur4754, 8 months ago

Css code within (head)....(/head)
background color bule
for the paragraph

Answers

Answered by pavanuk123
0

Answer:

<head>

<style>

p {

background-color: blue;

}

</style>

</head>

Similar questions