You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
316 B
17 lines
316 B
4 years ago
|
*Complete this quiz in class.*
|
||
|
|
||
|
1. HTML forms allow to send user input to a server without using JavaScript
|
||
|
|
||
|
- [ ] true
|
||
|
- [ ] false
|
||
|
|
||
|
2. `<label>` elements are mandatory for every form control
|
||
|
|
||
|
- [ ] true
|
||
|
- [ ] false
|
||
|
|
||
|
3. It is secure to send form data to a server over HTTP
|
||
|
|
||
|
- [ ] true
|
||
|
- [ ] false
|