"Fossies" - the Fresh Open Source Software archive 
Member "tutor/forms/textarea.html" of archive webtut41.zip:
Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links.
Alternatively you can here view or download the uninterpreted source code.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
| Form Tutor - Textarea Example |
<FORM>
<TEXTAREA NAME="COMMENTS" ROWS=16 COLS=67>
\\|//
(@ @)
+--------------------oOO----(_)----OOo-----------------------+
| |
| This is to illustrate that if you type something between |
| the TEXTAREA tags, it will show up in the window as the |
| default text. The cool part is... it shows up EXACTLY |
| the way you type it! |
| |
| * Most, but not all, browsers behave this way. |
+------------------------------------------------------------+
|__|__|
|| ||
ooO Ooo
</TEXTAREA>
</FORM>