< HTML>
< HEAD>
< TITLE>HTML Sample< /TITLE>
< /HEAD>
< /HTML>
In the above given HTML code segment you need to add an image file in the next paragraph. Which code segment will you use for this?
1
< P>
< IMAGE height="100%" width="100%"
src="Sample.gif">
< /P>
2
< A>
< IMG height="100%" width="100%" src="Sample.gif">
< /A>
3
< P>
< IMG height="100%" width="100%" src="Sample.gif">
< /P>
4
< P>
< IMAGE="Sample.gif">
< /P>