Deck 6: Creating a Form on a Web Page

ملء الشاشة (f)
exit full mode
سؤال
Which of the following controls sends a form to a server for processing?

A) enter
B) reset
C) send
D) submit
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
The text control has two attributes: ____.

A) cols and rows
B) post and get
C) size and maxlength
D) width and height
سؤال
Which of the following controls returns all input controls to the default status?

A) clear
B) empty
C) reset
D) new
سؤال
The type="____" attribute specifies that the type of control is the radio button.

A) radio
B) check
C) option
D) circle
سؤال
The textarea control has two primary attributes: ____.

A) rows and cols
B) size and maxlength
C) size and width
D) select and option
سؤال
With a checkbox control, the default can be changed so a particular check box is preselected as the default, by using the ____ attribute and value within the tag.

A) chosen
B) default
C) checked
D) preselect
سؤال
The ____ attribute of the text tag specifies the maximum length of the input field.

A) size
B) limit
C) maxlength
D) control
سؤال
A ____ input control is either a radio button, a check box, a Submit button, a Reset button, or a selection menu.

A) select
B) data
C) capture
D) list
سؤال
Which of the following controls is identical to text fields used for single-line data entry?

A) submit
B) textarea
C) password
D) radio
سؤال
The use of which of the following controls prevents the visitor's having to type information into a text field?

A) text
B) textarea
C) password
D) select
سؤال
It is a good rule of thumb to keep the number of columns in a textarea to ____ or fewer.

A) 10
B) 15
C) 25
D) 50
سؤال
Which of the following attributes, when used with the text tag, determines the number of characters that display on a form?

A) character
B) size
C) width
D) dimension
سؤال
A radio button typically displays as which of the following?

A) bullet
B) open circle
C) small rectangle
D) none of the above
سؤال
A ____ control creates a list item in a list from which only one item can be chosen.

A) select
B) solo
C) list
D) radio
سؤال
In a radio control each choice is preceded by a radio ____.

A) menu
B) bar
C) button
D) either b or c
سؤال
A(n) ____ control creates a selection menu of choices from which a visitor selects one or more choices.

A) select
B) option
C) radio
D) checkbox
سؤال
In a ____ box, a visitor may enter small amounts of text.

A) capture
B) link
C) text
D) textarea
سؤال
A(n) ____ control is any type of input mechanism on a form.

A) variable
B) input
C) parameter
D) form
سؤال
____ controls are similar to text controls, except that they allow multiple lines of text input.

A) Password
B) Textarea
C) Capture
D) Either a or b
سؤال
Which of the following controls creates a drop-down menu of choices from which a visitor chooses?

A) select
B) option
C) menu
D) choice
سؤال
There are two primary methods to send the form to the server to be processed: ____

A) send and put
B) get and post
C) get and put
D) CGI and HTML
سؤال
If a selection menu includes the size attribute with a value of 3, ____ choice(s) will appear in the menu.

A) one
B) two
C) three
D) four
سؤال
If the ____ attribute was not used to create a selection menu, the Web page visitor will be allowed to select only one choice in the menu.

A) several
B) many
C) choices
D) multiple
سؤال
The size="2" attribute means which of the following?

A) two characters will appear, but more may be entered, depending on the maxlength attribute
B) one character will appear, and the second will be truncated
C) two characters will appear, and no more may be entered
D) at most, two characters can be entered
سؤال
Form controls are useless unless the information entered in the form can be submitted for ____.

A) concatenation
B) processing
C) aggregation
D) all of the above
سؤال
The ____ attribute identifies the specific information that is being sent when the form is submitted for processing.

A) spec
B) name
C) target
D) this
سؤال
The
tag designates that the ____ method will be used to send data to the appropriate location for processing.

A) mailto
B) form
C) post
D) action
سؤال
The default type for the tag is a ____.

A) radio button
B) checkbox
C) text box
D) textarea
سؤال
The ____ attribute of the
tag indicates the URL for the action to be completed by the server.

A) method
B) process
C) action
D) http
سؤال
The <____> tag defines the text that displays in the grouping borders.

A) key
B) legend
C) cluster
D) aggregate
سؤال
The two values of the ____ attribute in HTML are get and post.

A) process
B) server
C) http
D) method
سؤال
The ____ method sends the name-value pairs to the end of the URL indicated in the action attribute.

A) get
B) base
C) post
D) serv
سؤال
Which of the following attributes specifies a reset button?

A) type="option"
B) master="reset"
C) reset="type"
D) type="reset"
سؤال
The ____ attribute of the
tag specifies the manner in which the data entered in the form is sent to the server to be processed.

A) process
B) server
C) http
D) method
سؤال
All controls except one have a ____ attribute.

A) name
B) link
C) value
D) select
سؤال
Which of the following buttons deletes any data previously typed into text or textarea fields?

A) New
B) Restore
C) Clear
D) Reset
سؤال
If no ____ attribute value is specified, a selection menu initially displays only one option, along with a list arrow to view other choices in the list.

A) default
B) choice
C) size
D) checked
سؤال
Which of the following characters strings together all of the form responses?

A) &
B) !
C) @
D) %
سؤال
Which of the following tags gives you the option of using an image for a Submit button, rather than using the default button style?

A)
سؤال
Which of the following is a program written in a programming language (such as Perl) that communicates with the Web server?

A) HTML function
B) CGI script
C) URL imagemap
D) post method
سؤال
By default, all check boxes are pre-selected. _________________________
سؤال
A text control creates a text box that is used for a single line of input. _________________________
سؤال
It is a good rule of thumb to use between 50 and 100 columns of text in a textarea field.
سؤال
A Web page form must include a Reset button. _________________________
سؤال
The paragraph input control creates a multiple-line field for a relatively large amount of text. _________________________
سؤال
Each choice in a check box list can be either on or off.
سؤال
A password always appears as a series of which of the following?

A) characters
B) asterisks
C) bullets
D) ampersands
سؤال
Multiple radio buttons in the same group can be set to a checked state at the same time.
سؤال
A Web page form must include a Reset button.
سؤال
Which of the following is a main component of a Web page form?

A) input controls
B)
tag
C) link to a major search engine
D) Submit button
سؤال
When a Web page visitor clicks the Submit button on the form, which of the following is sent to be processed?

A) parameters of the control
B) value of the data contained with the control
C) dimensions of the field
D) name of the control
سؤال
The reset input control sends the information from a form to the appropriate location for processing. _________________________
سؤال
A checkbox control allows a Web page visitor to select only one choice from a list of choices.
سؤال
The resume and send controls create the Reset and Submit buttons.
سؤال
The maximum length of a text field may exceed the size of the field that displays on the form.
سؤال
Which of the following controls creates a list item?

A) checkbox
B) radio
C) list
D) dropdown
سؤال
A select input control creates a series of check boxes for Web visitors to use.
سؤال
With check boxes, only one option can be selected at a time.
سؤال
A text input control is a ____ box.

A) link
B) textarea
C) password text
D) text
سؤال
Using a Web page form for user input reduces the potential for errors because customers enter data or select options from the form included directly on the Web page.
سؤال
The ____________________ attribute of the text control determines the number of characters that display on the form.
سؤال
The get method sends the name-value pairs to the end of the URL indicated in the action attribute.
سؤال
A FORM script sends the information input on a Web page form to the Web server for processing.
سؤال
Few Web sites use CGI scripts to process forms because this is an inefficient way to handle the data that is sent to a form.
سؤال
HTML5 includes new attributes for the tag.
سؤال
For a textarea field, no value attribute is possible because of the variability of the input.
سؤال
All options in a selection menu are contained within the tags.
سؤال
If you specify a maximum number of characters that is greater than the number of characters specified in the size attribute, the additional characters will be cut off.
سؤال
When you are collecting information from an online form, it is very important to test that the information is accurate.
سؤال
The tag within the fieldset tag is required.
سؤال
A(n) ____________________ input control is either a text box, a textarea box, or a password text box.
سؤال
A(n) ____________________ control tells the browser to send the data on the form to the server.
سؤال
The post method is a program written in a programming language that communicates with the Web server.
سؤال
The value attribute of the tag is optional for radio and checkbox controls.
سؤال
You should validate the code after the form is completed and view and test it using your browser.
سؤال
In a(n) ____________________ text box, a visitor may enter a password.
سؤال
In a(n) ____________________ box, a visitor may enter larger amounts of text.
سؤال
If you do not specify a size attribute in the
سؤال
An embedded style sheet changes the style for a single Web page.
سؤال
Information on forms can be sent by e-mail to an e-mail address or can be used to update a database.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/111
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 6: Creating a Form on a Web Page
1
Which of the following controls sends a form to a server for processing?

A) enter
B) reset
C) send
D) submit
D
2
The text control has two attributes: ____.

A) cols and rows
B) post and get
C) size and maxlength
D) width and height
C
3
Which of the following controls returns all input controls to the default status?

A) clear
B) empty
C) reset
D) new
C
4
The type="____" attribute specifies that the type of control is the radio button.

A) radio
B) check
C) option
D) circle
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
5
The textarea control has two primary attributes: ____.

A) rows and cols
B) size and maxlength
C) size and width
D) select and option
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
6
With a checkbox control, the default can be changed so a particular check box is preselected as the default, by using the ____ attribute and value within the tag.

A) chosen
B) default
C) checked
D) preselect
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
7
The ____ attribute of the text tag specifies the maximum length of the input field.

A) size
B) limit
C) maxlength
D) control
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
8
A ____ input control is either a radio button, a check box, a Submit button, a Reset button, or a selection menu.

A) select
B) data
C) capture
D) list
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
9
Which of the following controls is identical to text fields used for single-line data entry?

A) submit
B) textarea
C) password
D) radio
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
10
The use of which of the following controls prevents the visitor's having to type information into a text field?

A) text
B) textarea
C) password
D) select
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
11
It is a good rule of thumb to keep the number of columns in a textarea to ____ or fewer.

A) 10
B) 15
C) 25
D) 50
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
12
Which of the following attributes, when used with the text tag, determines the number of characters that display on a form?

A) character
B) size
C) width
D) dimension
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
13
A radio button typically displays as which of the following?

A) bullet
B) open circle
C) small rectangle
D) none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
14
A ____ control creates a list item in a list from which only one item can be chosen.

A) select
B) solo
C) list
D) radio
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
15
In a radio control each choice is preceded by a radio ____.

A) menu
B) bar
C) button
D) either b or c
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
16
A(n) ____ control creates a selection menu of choices from which a visitor selects one or more choices.

A) select
B) option
C) radio
D) checkbox
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
17
In a ____ box, a visitor may enter small amounts of text.

A) capture
B) link
C) text
D) textarea
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
18
A(n) ____ control is any type of input mechanism on a form.

A) variable
B) input
C) parameter
D) form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
19
____ controls are similar to text controls, except that they allow multiple lines of text input.

A) Password
B) Textarea
C) Capture
D) Either a or b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
20
Which of the following controls creates a drop-down menu of choices from which a visitor chooses?

A) select
B) option
C) menu
D) choice
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
21
There are two primary methods to send the form to the server to be processed: ____

A) send and put
B) get and post
C) get and put
D) CGI and HTML
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
22
If a selection menu includes the size attribute with a value of 3, ____ choice(s) will appear in the menu.

A) one
B) two
C) three
D) four
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
23
If the ____ attribute was not used to create a selection menu, the Web page visitor will be allowed to select only one choice in the menu.

A) several
B) many
C) choices
D) multiple
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
24
The size="2" attribute means which of the following?

A) two characters will appear, but more may be entered, depending on the maxlength attribute
B) one character will appear, and the second will be truncated
C) two characters will appear, and no more may be entered
D) at most, two characters can be entered
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
25
Form controls are useless unless the information entered in the form can be submitted for ____.

A) concatenation
B) processing
C) aggregation
D) all of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
26
The ____ attribute identifies the specific information that is being sent when the form is submitted for processing.

A) spec
B) name
C) target
D) this
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
27
The
tag designates that the ____ method will be used to send data to the appropriate location for processing.

A) mailto
B) form
C) post
D) action
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
28
The default type for the tag is a ____.

A) radio button
B) checkbox
C) text box
D) textarea
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
29
The ____ attribute of the
tag indicates the URL for the action to be completed by the server.

A) method
B) process
C) action
D) http
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
30
The <____> tag defines the text that displays in the grouping borders.

A) key
B) legend
C) cluster
D) aggregate
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
31
The two values of the ____ attribute in HTML are get and post.

A) process
B) server
C) http
D) method
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
32
The ____ method sends the name-value pairs to the end of the URL indicated in the action attribute.

A) get
B) base
C) post
D) serv
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
33
Which of the following attributes specifies a reset button?

A) type="option"
B) master="reset"
C) reset="type"
D) type="reset"
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
34
The ____ attribute of the
tag specifies the manner in which the data entered in the form is sent to the server to be processed.

A) process
B) server
C) http
D) method
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
35
All controls except one have a ____ attribute.

A) name
B) link
C) value
D) select
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
36
Which of the following buttons deletes any data previously typed into text or textarea fields?

A) New
B) Restore
C) Clear
D) Reset
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
37
If no ____ attribute value is specified, a selection menu initially displays only one option, along with a list arrow to view other choices in the list.

A) default
B) choice
C) size
D) checked
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
38
Which of the following characters strings together all of the form responses?

A) &
B) !
C) @
D) %
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
39
Which of the following tags gives you the option of using an image for a Submit button, rather than using the default button style?

A)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
40
Which of the following is a program written in a programming language (such as Perl) that communicates with the Web server?

A) HTML function
B) CGI script
C) URL imagemap
D) post method
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
41
By default, all check boxes are pre-selected. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
42
A text control creates a text box that is used for a single line of input. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
43
It is a good rule of thumb to use between 50 and 100 columns of text in a textarea field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
44
A Web page form must include a Reset button. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
45
The paragraph input control creates a multiple-line field for a relatively large amount of text. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
46
Each choice in a check box list can be either on or off.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
47
A password always appears as a series of which of the following?

A) characters
B) asterisks
C) bullets
D) ampersands
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
48
Multiple radio buttons in the same group can be set to a checked state at the same time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
49
A Web page form must include a Reset button.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
50
Which of the following is a main component of a Web page form?

A) input controls
B)
tag
C) link to a major search engine
D) Submit button
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
51
When a Web page visitor clicks the Submit button on the form, which of the following is sent to be processed?

A) parameters of the control
B) value of the data contained with the control
C) dimensions of the field
D) name of the control
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
52
The reset input control sends the information from a form to the appropriate location for processing. _________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
53
A checkbox control allows a Web page visitor to select only one choice from a list of choices.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
54
The resume and send controls create the Reset and Submit buttons.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
55
The maximum length of a text field may exceed the size of the field that displays on the form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
56
Which of the following controls creates a list item?

A) checkbox
B) radio
C) list
D) dropdown
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
57
A select input control creates a series of check boxes for Web visitors to use.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
58
With check boxes, only one option can be selected at a time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
59
A text input control is a ____ box.

A) link
B) textarea
C) password text
D) text
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
60
Using a Web page form for user input reduces the potential for errors because customers enter data or select options from the form included directly on the Web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
61
The ____________________ attribute of the text control determines the number of characters that display on the form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
62
The get method sends the name-value pairs to the end of the URL indicated in the action attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
63
A FORM script sends the information input on a Web page form to the Web server for processing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
64
Few Web sites use CGI scripts to process forms because this is an inefficient way to handle the data that is sent to a form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
65
HTML5 includes new attributes for the tag.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
66
For a textarea field, no value attribute is possible because of the variability of the input.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
67
All options in a selection menu are contained within the tags.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
68
If you specify a maximum number of characters that is greater than the number of characters specified in the size attribute, the additional characters will be cut off.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
69
When you are collecting information from an online form, it is very important to test that the information is accurate.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
70
The tag within the fieldset tag is required.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
71
A(n) ____________________ input control is either a text box, a textarea box, or a password text box.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
72
A(n) ____________________ control tells the browser to send the data on the form to the server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
73
The post method is a program written in a programming language that communicates with the Web server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
74
The value attribute of the tag is optional for radio and checkbox controls.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
75
You should validate the code after the form is completed and view and test it using your browser.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
76
In a(n) ____________________ text box, a visitor may enter a password.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
77
In a(n) ____________________ box, a visitor may enter larger amounts of text.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
78
If you do not specify a size attribute in the
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
79
An embedded style sheet changes the style for a single Web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
80
Information on forms can be sent by e-mail to an e-mail address or can be used to update a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 111 في هذه المجموعة.