Edit in JSFiddle

<div>
  <h1>CSS Child Selectors</h1>
  <p>applied based on id</p>
</div>
div>p {
  background-color: yellow;
}