Computer Science, asked by killerboyexe94, 2 days ago

guys plss help me...

Attachments:

Answers

Answered by GeniusMayank
1

some end and starting tags are missing

Hope it helps

Mark me as BrainLiest :D

Attachments:
Answered by XxPrAtEeKxX
1

<IMG SRC> is used in place of <image source> because it is short form of <image source> tag.

And also it is an empty tag or element which means it doesn't require ending tag.

<HTML>

<HEAD>

<TITLE></TITLE>

</HEAD>

<BODY>

To insert an image<BR>

<img src="C:\Desktop\Flower.PNG" Height="20" width="50">

</BODY>

</HTML>

Hope It helps....

Attachments:
Similar questions