Computer Science, asked by adityaroykappor47, 7 months ago

I need correct answer of it!


Identify the error(s) in the following HTML code. Also write the correct code.


<body bgcolor= “red" background=”School. Jpg">​

Answers

Answered by sree123sree
3

Answer:

The correct code is

<BODY bgcolor =“red” background =“school.jpg”

Explanation:

The error in the code is that in place of color attribute there should be bgcolor.

The correct code is

<BODY bgcolor =“red” background =“school.jpg”>

Similar questions