Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 432 Bytes

post-lecture-quiz.md

File metadata and controls

17 lines (12 loc) · 432 Bytes

Complete this quiz by checking one answer per question.

  1. Using <label> elements in forms is only for making the form pretty
  • true
  • false
  1. How can you define how a form is sent to the server?
  • using the action attribute
  • using the method attribute
  • both
  1. Which attribute can you use to set the maximum size of a text <input>?
  • max
  • maxlength
  • pattern