The document explains three methods for applying CSS: inline, internal, and external. Inline CSS uses the 'style' attribute within HTML elements, while internal CSS employs the '<style>' tag in the document's head. External CSS involves linking to an external stylesheet for styling.