Question: 3 3 . To define a default field value, add the attribute _ _ _ _ . a . size = value c . input
To define a default field value, add the attribute
a size value c input value
b valuevalue d value chars
Press the key to move between input boxes.
a Shift c Ctrl
b Tab d Alt
The automatically disappears as soon as a user selects the input box.
a input box c textarea
b text box d placeholder
buttons can be placed into a group so that selecting one deselects all of the others.
a Checkbox c Command
b Image d Radio
To specify that an option button be already selected, you type
a checked"yes" c checked"checked"
b value"checked" d value"yes"
In the general syntax for the and tags, each tag represents an individual item in
the selection list.
a c
b d
You can change the number of options displayed in a selection list by modifying the attribute.
a display c size
b list d number
are used to check for the presence or absence of something.
a Check boxes c Group boxes
b Option boxes d Text boxes
Typically, users navigate through a Web form using the key, which moves the cursor
from one field to another in the order that the field tags are entered into the HTML file.
a ALT c SHIFT
b TAB d CTRL
To create a button that will allow a user to send the form data to the server, you use a type of
a command c option
b reset d submit
Validation can occur after the data is sent to the server with
a clientside validation c HTML validation
b serverside validation d HTML validation
The method of the tag packages form data by appending it to the end of the URL
specified in the action attribute.
a post c put
b get d keep
The technique of immediate data validation and reporting of errors is known as
a online validation c inline validation
b regular expression d immediate validation
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
