Edit This Code:
<!DOCTYPE html>
<html>
<head>
<style>
p {
    min-height: 100px;
    background-color: yellow;
}

</style>
</head>
<body>

<p>The minimum height of this paragraph is set to 100px.</p>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy