A | B |
Monospace | For label text fields, _____ means that each character has the same width |
Labels | ________________ identify the type of data to be entered into the text field form object. |
Forms | ________________ are interactive elements that provide a way for the Web site visitor to interact with the site. |
jump | A(n) ________________ menu is a special type of pop-up menu that provides options that link to documents or files. |
Reset | HTML provides three basic types of form buttons: Submit, ____, and Command. |
JavaScript | When a behavior is initiated, Dreamweaver uses ________________ to write the code. |
Form | To insert a form, position that insertion point where you want the form to start and then click the ____ button on the Forms category Insert bar. |
mailto address | The Action text box of the Property Inspector contains the _____ or specifies the URL to the dynamic page or script that will process the form. |
reset | The _____ button on a form will process a script and clear the form. |
Radio Group | When you are adding multiple radio buttons to a form, the ______ form object is the fastest and easiest method to use. |
POST method | The _______________ of form processing is efficient because it sends the data to the application as standard input with no limits. |
form object | A(n) _______________ can be a text box, check box, radio button, list, menu, or other buttons. |
text area | The _______________ button on the Insert Bar Forms Category provides a multiline text entry field. |
text field | A(n) _______________ is a form object which users enter a response. |
check boxes | _______________ allow the Web user to click a box to toggle a value to either yes or no. |
pop-up menu | A(n) _______________ is useful when you have a limited amount of space because it only occupies a single line of vertical space in the form. |
radio buttons | _______________ provide a set of options from which the user can select only one button. |
behavior | A(n) _______________ is a combination of an event and an action. |
validate form | The _______________ behavior verifies that the user has entered data into each designated field. |
horizontal rule | A _____ is useful for organizing information and visually separating text and objects. |