Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 473 Bytes

checklist.md

File metadata and controls

5 lines (5 loc) · 473 Bytes
  • check your work using basic recommendations here
  • make sure you have method and action attributes for form
  • if you have 3 or more attributes, move each of the on the new line (including the first one)
  • No need to provide empty value='' attribute for inputs
  • You need to use label tag for each input. So that every input could be activated by clicking on the corresponding label.