The syntax for HTML image tag is

alternative text

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