Embed presentation
Download to read offline




The document discusses how to use images and hyperlinks in HTML. It explains that images are defined with <img> tags which specify attributes like the image source file, alternative text, and dimensions. Hyperlinks can be either internal, linking to another page on the same site using <a href>, or external, linking to an outside website. The document emphasizes that for images to display, the image file must be saved in the same folder as the HTML file.



