The syntax for HTML image tag is
where src is the actual image file url in the form http://somewebsite.com/somefileName.jpg
alt can be any text, and will be displayed if the image fails to load
Height and Width will be specified in pixels
The syntax for HTML image tag is
where src is the actual image file url in the form http://somewebsite.com/somefileName.jpg
alt can be any text, and will be displayed if the image fails to load
Height and Width will be specified in pixels