00:02
So we don't do this in html.
00:05
Here we have the code.
00:07
So here we define the head.
00:12
We define some meta here for the character set, and then meta here for name, content, and then the title, personal data form.
00:22
And then here we have the body.
00:24
So it's a very simple structure here.
00:27
And then we have personal data form as h1.
00:30
And then form is, we set the form here, action equals submit, and method equals voice.
00:38
So you need to replace this with your server's endpoint, if you have one already...