Getting User Input
Communicating with a server
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.
Communicating with a server
User input is handled mostly by the <form>
and <input>
elements.
In this exercise, we will explore how these work by building a few basic user interfaces.