This week, I learned that CSS changes the appearance of the output from HTML code. It's like there's a box around the HTML elements that the CSS can control what the output of that code is going to look like. The 2 ways that the CSS rules can be used, external and internal. I personally like internal CSS rules because both the code and rules are all in one place rather than separated.