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.
Web-Dev-For-Beginners/7-bank-project/2-forms/.github/pre-lecture-quiz.md

316 B

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