The document discusses various CSS properties for formatting text, links, lists, and images including:
- The vertical-align property to position elements vertically with text
- List properties like list-style-type and list-style-position to change bullet styles and positioning
- Styling lists of hyperlinks using descendant and class selectors
- The list-style-image property to specify a graphic image as a bullet
- Pseudo-class selectors like :link, :visited, :hover, :active to style link states
- The span element to mark inline content and margin properties to set spacing.