<!DOCTYPE html>
<html>
<head>
<title>CSS height, width property</title>
</head>
<body>
<textarea style="height: 70px; max-height: 150px; min-height: 60px; width: 400px; max-width: 550px; min-width: 250px;">This is a text area element. You can increase/decrease text area size.</textarea>
</body>
</html>