HTML Textarea Example

Marquee Falling Text Example

<html>
<head>
</head>
<body>
  <textarea cols="60" rows="5">
  I like web tutorial because....
  </textarea>
</body>
</html>

Run it...   »