C777 Unit 5: Forms questions with correct answers
<form> Answer Which HTML tag is used to create an HTML form for user input? autocomplete EXAMPLES: <form action="action_" autocomplete="on"> <input type="email" autocomplete="off"> Answer Which attribute specifies whether a form or an input field should allow the browser to predict the value? novalidate EXAMPLE: <form action="/action_" novalidate> Answer Which attribute specifies that the form input should not be validated when submitted? action EXAMPLE: <form action="/action_"> Answer Which attribute defines the action to be performed when the form is submitted? enctype EXAMPLE: <form action="/action_page_" method="post" enctype="multipart/form-data"> Answer Which attribute specifies how form input should be encoded when submitted to the server?
Written for
- Institution
-
Western Governers University
- Course
-
WGU C777 – Qui2023
Document information
- Uploaded on
- August 17, 2023
- Number of pages
- 10
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
c777 unit 5 forms questions with correct answers
Also available in package deal