Computer Science, asked by kavya2009appu, 8 months ago

Do as Directed:
Identify the error in the HTML code. Rewrite the correct code.
<HTML>
<HEAD>
<TITLE> Images
</TITLE>
</HEAD>
<BODY BG COLOR red>
<IMG SOURCE = "Flower.gif">
Image of Flower
</IMG>
<BODY>
<HTML>​

Answers

Answered by awadheshkumarsharma6
2

Answer:

<HTML>

<HEAD><TITLE>Images></TITLE></HEAD>

<BODY BG COLOR="red">

<IMG SRC="FLOWER. gif">

Image of Flower</IMG>

</BODY>

</HTML>

Similar questions