Mid JavaScript How is CSS added to an HTML document? There are three ways to include CSS: Inline CSS: <p style="color: blue;">Hello!</p>