back
Code
CSS
HTML
Web
p
:first-child
{
color:red;
}
/* This CSS will turn all paragraphs that are the first child of their parent elements, red */