IMG
IMG element is used to display a graphical image in MIME type that web browsers can handle such as GIF or JPEG files. IMG elements are inline elements that appear anywhere in the document you specify. Entire image can be made a clickable link by wrapping the IMG element inside an A element. To avoide display of border around the image, set the BORDER attribute to 0. For backward compatibility with earlier browsers, include HEIGHT and WIDTH attribute assignments in IMG element tags. When HEIGHT and WIDTH attribute values are assigned, the browser renders images more quickly because it does not have to wait for the image to load in order to determine its size and display the web page.