back
Code
CSS
HTML
Web
#div74 p
{
color:red;
}
/* The first selector is #div74 and the second is the paragraph tag /*
/* This will turn all paragraphs that are descendants (inside) of div74, red */