I have a following snippet from a CSS style sheet,
.header {min-height: 62px; background: #191919 url("images/header.png") bottom repeat-x;}
.header>div {width: 940px; overflow: hidden; margin: 0 auto;}
.header p {margin: 0;}
.header p.title {float: left; max-width: 450px; margin: 0; padding: 10px 17px 10px 0; background: url("images/header-separator.png") right center no-repeat; color: #fff; font: normal 1.833em/42px MuseoSans,sans-serif;}
.header p.title a {color: #fff; text-transform: uppercase;}
I know header is a class but I am not able to understand other tags in the code. Can someone explain me with a sample html?
.header= element/sclass‘header’.header>div= elementsdivchildren of.header.header p= elementspchildrens of˙.header.header p.title= elementspwith class ‘title’ – childrens of.header.header p.title a= elementsaclildrens ofp.titlechildren of.header