<section>
<div>What is my height?</div>
</section>
section {
width: 500px;
background: yellow;
width: 200px;
height: 200px;
}
div {
background: greenyellow;
width: 80%;
height: 100%;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.