The document discusses two methods for organizing images and linking to different sections of an HTML page. It recommends placing images in a subfolder to keep files organized. When linking images, the src attribute path should start from the webpage folder. The document also introduces named anchors, which allow internal links to specific sections on a page without scrolling. This is done with a LINK element linking to the NAMED element, which has a name attribute matching the href in the LINK.