This document discusses how to create hyperlinks and anchors in HTML. It covers:
- Defining hyperlinks using the <a> tag and href attribute to link to other pages, emails, files and sections of the same page
- Using absolute and relative paths for file links
- Different target attributes like _blank, _self, _parent and _top for controlling where links open
- Creating email links using mailto and adding subject lines
- Linking to other file types like documents, images and zip files