...
/Hands On: Using Controls to Build Web Forms
Hands On: Using Controls to Build Web Forms
In this lesson, we'll go through a coding exercise together and see how to build HTML web forms making use of all those interesting controls we learned about previously. Let's dive right in! :)
The starting lesson showed you a web form with several controls and provided a great territory to drill building web forms.
Let’s start with a simple exercise that creates text fields.
Exercise: Creating a form with textual controls
To save time, you will start with a prepared project that can be found in the previous ...