Tag Description
<img> The HTML <img> tag is used for embedding images into an HTML document. Use the src attribute to specify the image

Example:

HTML Code Display
<img src="../../images/icon_success.gif"
     alt="success icon" />
success icon