For Example:
html > body {
border: none
background-color: #000;
color: #FFF;
margin: 0px 0px 0px 0px;
}
I am not sure if I used the " > " correctly. Anyways, I don't know exactly what it is used for. Is it used like " , " or is it something else?
Is it the same thing as this?
html, body {
border: none
background-color: #000;
color: #FFF;
margin: 0px 0px 0px 0px;
}