I was browsing through this tutorial http://www.w3schools.com/css/tryit.asp?filename=trycss_nesting and noticed a confusing point. Why did they use .marked p instead of p.marked? When I tried changing it to p.marked, the text didn't turn white as expected.
I also went through some previous posts like what is the difference between ".class element" and "element.class"?, but the explanations were filled with terminology that I couldn't grasp, such as children and descendants.
If someone could provide a simple example to explain how these concepts work, that would be greatly appreciated. Thank you.