This document discusses three methods for styling HTML documents: inline styling, internal styling using the <style> tag, and external styling using a separate CSS file. It provides examples of creating shapes using inline and internal styling, and explains the syntax and benefits of CSS for controlling layout across multiple pages.