Computer Science, asked by Meenu19kaur, 3 months ago

Hi,please ans this-
Identify the error in the following code and write the correct code:

<style= “text/css”>

Body {backcolor: yellow}

</style>​

Answers

Answered by Anonymous
10

Answer:

it should be Body{background-color:yellow}

Answered by darshan32186
1

Answer:

{background-color:yellow}

Explanation:

Similar questions