What kind of information can you capture using a form? (List as many as you can) Names, numbers, email, passwords, addresses, and much more.
What types of tags can you use to create forms?
forms, input, ul & li, radio, check boxes.
What are the benefits/disadvantages of using some tags over others? Some of the tags can only gather true or false information, where as other tags can gather strings worth of information from the user. Ultamitly you should use the right tools for the job making some tags more opptimal than other ones. For example if a company is looking for helpful feedback.
How do you start to use the data provided by the user programmatically? create an input field, link up the input field with a a javascript listener to store data.