This document provides an overview of adding images to web pages, covering various web image formats like PNG, JPEG, GIF, SVG, and WebP, along with their distinctions as bitmapped or vector formats. It details the use of the <img> element, its attributes, including src and alt, and tips for writing effective alternative text. Additionally, it discusses methods for embedding SVG images, including using <img>, <object>, and inline SVG, highlighting their pros and cons.