0 / 60 seg.

Given this code, how tall will the following element be in pixels?

<style>
  #tall-text {
    display: inline;
    font-size: 20px;
    height: 200px;
  }
</style>
<p id="tall-text">Did I grow?</p>