Heads up! To view this whole video, sign in with your Courses Plus account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed HTML5 Mobile Web Applications!
You have completed HTML5 Mobile Web Applications!
Preview
In this video, we define our new note form and we learn how to create dialogues.
This video doesn't have any notes.
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
which is going to be a normal text input.
0:00
So first, we'll start with our label, and we want to give it a for= attribute
0:01
to associate the label with the input, like any good HTML form.
0:05
So I'll say for="title">Title</label.
0:09
And then, let's create an input with an id="title"
0:14
so the for attribute can be correctly linked with the input.
0:19
We'll give it the name="title"
0:23
so we know this is the title attribute for our form
0:28
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