Embed presentation
Download to read offline





This document provides instructions and sample code for inserting images as links in HTML. It explains that placing an <img> tag within an <a> tag allows an image to act as a clickable link. It also notes that adding "border:0;" to the <img> style prevents Internet Explorer from displaying a border around linked images. The instructions recommend gathering images, specifying the destination URL in the <a> tag, sizing images appropriately in pixels, and positioning the <img> tag inside the <a> tags.




