HTML Textarea Example
Marquee Falling Text Example
<html>
<head>
</head>
<body>
<textarea cols="60" rows="5">
I like web tutorial because....
</textarea>
</body>
</html>
<html>
<head>
</head>
<body>
<textarea cols="60" rows="5">
I like web tutorial because....
</textarea>
</body>
</html>