C777 Unit 5: Forms
Save
Practice questions for this set
Learn 1/7 Study using Learn
<output>
Choose an answer
Which attribute provides a hint to the
Which HTML tag is used to create an
1 2 user of the input value expected in
HTML form for user input?
the <input> field?
Which attribute specifies how form
Which element displays the result
3 4 input should be encoded when
when a calculation is performed?
submitted to the server?
Don't know?
Terms in this set (67)
, Which HTML tag is used to create an <form>
HTML form for user input?
Which attribute specifies whether a autocomplete
form or an input field should allow
the browser to predict the value? EXAMPLES: <form action="action_page.php"
autocomplete="on">
<input type="email" autocomplete="off">
Which attribute specifies that the novalidate
form input should not be validated
when submitted? EXAMPLE: <form action="/action_page.php"
novalidate>
Which attribute defines the action to action
be performed when the form is
submitted? EXAMPLE: <form action="/action_page.php">
Which attribute specifies how form enctype
input should be encoded when
submitted to the server? EXAMPLE: <form
action="/action_page_binary.asp"
method="post" enctype="multipart/form-
data">
Which attribute specifies the HTTP method
method to be used when submitting
the form data? EXAMPLE: <form action="/action_page.php"
method="get" target="_blank">
Save
Practice questions for this set
Learn 1/7 Study using Learn
<output>
Choose an answer
Which attribute provides a hint to the
Which HTML tag is used to create an
1 2 user of the input value expected in
HTML form for user input?
the <input> field?
Which attribute specifies how form
Which element displays the result
3 4 input should be encoded when
when a calculation is performed?
submitted to the server?
Don't know?
Terms in this set (67)
, Which HTML tag is used to create an <form>
HTML form for user input?
Which attribute specifies whether a autocomplete
form or an input field should allow
the browser to predict the value? EXAMPLES: <form action="action_page.php"
autocomplete="on">
<input type="email" autocomplete="off">
Which attribute specifies that the novalidate
form input should not be validated
when submitted? EXAMPLE: <form action="/action_page.php"
novalidate>
Which attribute defines the action to action
be performed when the form is
submitted? EXAMPLE: <form action="/action_page.php">
Which attribute specifies how form enctype
input should be encoded when
submitted to the server? EXAMPLE: <form
action="/action_page_binary.asp"
method="post" enctype="multipart/form-
data">
Which attribute specifies the HTTP method
method to be used when submitting
the form data? EXAMPLE: <form action="/action_page.php"
method="get" target="_blank">