Multi-line Text Field Example : Form TextField « Form « HTML / CSS






Multi-line Text Field Example

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Multi-line Text Field Example</TITLE>
</HEAD>
<BODY>
<H1 ALIGN="CENTER">Gadget Order Form</H1>
<HR>
<FORM ACTION="http://www.company.com/cgi-bin/post-query" METHOD="POST">

<B>Special Instructions:</B><BR>
<TEXTAREA ROWS="10" COLS="40" NAME="Instructions">

Enter any special gadget ordering
instructions in this space.

</TEXTAREA>

</FORM>
<HR>
</BODY>
</HTML>
           
       








Related examples in the same category

1.Text Field Example
2.Form with action script and textfield
3.Form input field
4.Form to email