back
Code
CSS
HTML
Web
h1{
color:#FF0000;
}
/* Text inside any <h1> tags will be coloured red */
#div233{
color:purple;
}
#para234{
color: rgb(128,128,0)
}
#span235{
color:inherit;
}
/* The container element for span235 is the Browser View box, so the inherited text colour is black */