# tag driving table - Html1 Forms

# Copyright 1994  Flying Monkey Software
#                 8424 Todd Creek Cr. WestChester OH 45069

# userData,menuEntry,startTag,endTag
#
# one per line, escape special characters; the TagName must match the User Data
# entry in the services file.

form,Html1 - Form/<form> Form,<form action="" method= >,</form>
input,Html1 - Form/<input> Input,<input type="" name="" value="" checked size= maxlength= >,
select,Html1 - Form/<select> Select,<select name="" size= multiple>,</select>
option,Html1 - Form/<option> Option,<option selected>,
textarea,Html1 - Form/<textarea> Text Area,<textarea name="" row= cols= >,</textarea>
