CSS dimension height maximum

04:27 0 Comments A+ a-

<html>
<head>
<style type="text/css">
p
{
max-height:100px;
}
</style>
</head>

<body>
<p>The maximum height of this paragraph is set to 100px.</p>
</body>
</html>

Result