Internal CSS Example
The default text color for the page is black. However I can change the color of every paragraph element on the page using internal CSS.
Using internal CSS, I only need to write one rule set to change the color of every paragraph elemnet.
With inline CSS, I'd have to add a style attribute to every single paragraph in my HTML.