“Ctrl+/”
“F11/ESC”
<!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>