HELP! * GREY=local LOCAL HTML version of Foils prepared December 5 1996

Foil 25 Content Fields of a Form: Menus and Scrolled Lists, TextAreas

From Preparing Web Pages - HTML Presentation: Preparing Web Pages with HTML -- Fall Semester 96. by Nancy McCracken * See also color IMAGE

These are created using the select tag, followed by a number of options. The size attribute determines if a menu or list is displayed.
<select name="card" size=1>
<option selected> Master Card
<option> Visa
<option> Discover
</select>
A size of 1 produces a menu and a size of 2 or more produces a scrolled list.
Use a textarea to show a large typing area:
<textarea rows=10 cols=50 name="comments">
This is the default information.
</textarea>


Local Full HTML * Separate IMAGE foil in Local Presentation
Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Fri Dec 6 1996