Identify the errors in the following HTML code and write the correct code with each correction underlined.
Identify the errors in the following HTML code and write the correct code with each correction underlined.
HERE IS MY IMAGE FILE
6 views
1 Answers
Error 1 The
Error 2 bgcolor attribute of body element supports a color like red, green or its color value.
Error 3 tag needs a source attribute src to place an image.
Error 4 body element must be closed not bgcolor attribute.
The correct code is as follows:
HERE IS MY IMAGE FILE
6 views
Answered