Here is just a little bit about CSS, Cascading Style Sheets.
Remember, CSS is executed in the client tier! Typically, a browser will be executing it, formatting and styling a given document based on CSS rules.
That is,
link
elements appear in that
document's head
element. style
elements appear in that
document's head
element. style
attribute they appear, in the order they appear. It can get more complicated than this, especially if some of the rules' declarations conflict! There is some discussion of this in the zyBooks course text, in Chapter 3, near the end of Section 3.1.
You can read more about CS color options in the zyBooks course text, in Chapter 3 - Section 3.4. This section also includes a color picker!
There are also additional CSS-color-related references in the CSS 328 posting "A Selection of CSS References", some of which you will be using in Homework 6.
As a reminder, here are several of the ways to specify colors in CSS:
In Homework 6, you will consider how color can affect the accessibility of a document.