0-10. Identify the errors in the follow.
ing HTML code and write to
Correct code each correction under
line ?
<HTML>
<HEAD>IMAGES</TITAL
<BODY BACKGROUND = "Red">
(IMG HREF = "abc.jpg' SHERE is My IMAGE
FILE
<HEAD> </HTML>
Answers
Answered by
1
Answer:
TITLE
After body one more > sign should be there
Answered by
2
Answer:
Copy this xD
Explanation:
<HTML>
<HEAD>
<TITLE>IMAGES</TITLE>
<BODY BACKGROUND = "Red">
(IMG HREF = "abc.jpg' SHERE is My IMAGE
FILE
</HEAD>
</HTML>
Similar questions