Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
Now that our project has been set up and we’ve reviewed the provided code, let’s spend some time getting familiar with our HTML form.
Follow Along
To follow along commiting your changes to this course, you'll need to fork the aspnet-fitness-frog repo. Then you can clone, commit, and push your changes to your fork like this:
git clone <your-fork>
cd aspnet-fitness-frog
git checkout tags/v1.5 -b getting-familiar-with-our-html-form
Additional Learning
If you’re unfamiliar with HTML forms or need a refresher, check out this Treehouse course.
For detailed documentation on the HTML <form>
, <input>
, <select>
, <button>
, and <label>
elements, see these pages on the MDN (Mozilla Developer Network) website.
For more information about sending form data and the differences between GET and POST requests, see this page on the MDN (Mozilla Developer Network) website.
For more information on the Bootstrap form styles, see the official Bootstrap documentation.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up