Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 316 Bytes

pre-lecture-quiz.md

File metadata and controls

16 lines (10 loc) · 316 Bytes

Complete this quiz in class.

  1. HTML forms allow to send user input to a server without using JavaScript
  • true
  • false
  1. <label> elements are mandatory for every form control
  • true
  • false
  1. It is secure to send form data to a server over HTTP
  • true
  • false