InterviewSolution
Saved Bookmarks
| 1. |
Point and correct the errors in the following HTML code:- (2 marks) (i) (ii) |
|
Answer» Answer: Error 1 The Error 2 bgcolor attribute of body element supports a color like red, GREEN or its color value. Error 3 Error 4 body element must be closed not bgcolor attribute. The correct code is as follows: HERE IS MY IMAGE FILE |
|