The document discusses adding images to web pages. It describes how to:
- Insert images using the <IMG> tag and specify the image file path using the SRC attribute.
- Format images by specifying attributes like ALIGN, WIDTH, HEIGHT to control positioning and size.
- Make images into hyperlinks by placing the <IMG> tag inside an <A> tag and linking it to another page.