Lab #17 HTML/JS Forms
Lab 17 was a way of teaching us as programmers how to make a form with user input. The input of this lab was the users name, phone number and email. This data would be stored within the system and pop up in an alert message with text of our choosing. This combines the form tag in html to allow the formatting of the page to correspond with an actual form document to fill out. This was done with an input tag which allows the user to input a string or number to save it within an id. A web designer would need to know how to do this in order to work with businesses on their website. For example, if you have a company and you want to start hiring people online, you can use the form tag to create a form and then an input tag to receive information from them prior to the job. They would write an application on a form you create and you can do many other things with forms. It's like an online document that stores information for further use. It would definitely be useful to implement one of...