4.01 HTML, CSS and Color
4.01 HTML, CSS and Color
OR
https://kuler.adobe.com/create/color-
wheel/
CSS
Colors should be
defined using <style>
h1
Cascading Style {
Sheets. background-color:#6495ed;
}
p
{
background-color:#e0ffff;
}
div
{
background-color:#b0c4de;
}
</style>