Computer Science, asked by paramveersingh274, 7 months ago

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

Answer:

TITLE

After body one more > sign should be there

Answered by SaakshiNB
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