If you know how to do so please help as soon as possible.
how to create a web page containing three image tags with different pictures
Collapse
X
-
Tags: None
-
use the img tag to show images in an html document
for example:
Code:<img src="http://domain.com/images/image.gif" border="0" width="20px" height="20px"> <img src="http://domain.com/images/image2.gif" border="0" width="20px" height="20px"> <img src="http://domain.com/images/image3.gif" border="0" width="20px" height="20px">
niheel @ bytesComment
Comment