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
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