M M. L. New member Nov 5, 2009 #1 In HTML the <img> tag does not have a close and </img> is meaningless. In XHTML, the <img> tag *must* be closed. However, it can be closed in one of two ways: <img src="foobar.jpg"></img> OR <img src="foobar.jpg" />
In HTML the <img> tag does not have a close and </img> is meaningless. In XHTML, the <img> tag *must* be closed. However, it can be closed in one of two ways: <img src="foobar.jpg"></img> OR <img src="foobar.jpg" />
N nicholas j New member Nov 5, 2009 #3 yes and no. You can close the tag w/ a self contained closing tag. Which is different than </img> its like: <img src='lalal' />
yes and no. You can close the tag w/ a self contained closing tag. Which is different than </img> its like: <img src='lalal' />