0 / 60 seg.

In this example, what styles will be applied to which elements?

section {
  color: gray;
}
<section>
  <p>paragraph</p>
  <a href="#">link</a>
</section>