Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Resizable Textarea</title>
</head>
<body>
<textarea rows="10" cols="50" style="resize: none;"></textarea>
</body>
</html>