Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
textarea {
overflow: hidden;
}
</style>
</head>
<body>
<form>
<textarea rows="15" cols="30">
Enter your content...
</textarea>
</form>
</body>
</html>