CTEC2712 Web application development

Unit: Getting user input

Interactive websites require a means to get user input. This is typically handled by the <form> and <input> elements.

In this unit, we will experiment with getting user input and using JavaScript to play with the user-provided data.

In this unit