back
Code
CSS
HTML
Web

p:nth-of-type(2){
color:red;
}
/* This CSS will colour every paragraph that is the second paragraph of its element, red */