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
10
Answer:
it should be Body{background-color:yellow}
Answered by
1
Answer:
{background-color:yellow}
Explanation:
Similar questions