1 00:00:05,090 --> 00:00:14,060 Let's see now a new element to insert in our HTML documents, that is the form element. 2 00:00:15,300 --> 00:00:25,110 The form is a model able to gather input information that means information inserted by the user navigating 3 00:00:25,110 --> 00:00:32,450 the browser generated age came out of page and to submit the information to a specific destination, 4 00:00:32,760 --> 00:00:41,700 for example, an email address to start, let's delete our components placed in the body and let's insert 5 00:00:41,700 --> 00:00:46,020 our form as it see in this case as well. 6 00:00:46,260 --> 00:00:56,370 This form is a simple tag and inside it will insert a series of additional and diverse tags are. 7 00:00:56,370 --> 00:01:03,810 We'll detail these to you in the next lessons, which can be input by the user navigated this. 8 00:01:03,820 --> 00:01:11,940 Hey, we are going to see attributes, elements, types of inputs and the attributes in, say, the 9 00:01:11,940 --> 00:01:15,500 inputs in the following lesson mind. 10 00:01:15,540 --> 00:01:16,650 This is important. 11 00:01:16,860 --> 00:01:24,600 You must know that to make a full function properly, it has to be supported by an additional programming 12 00:01:24,600 --> 00:01:34,530 language to perform operations not only limited to data visualizing, but committing these data processed 13 00:01:34,530 --> 00:01:38,730 by the form to reach the destination given by the module. 14 00:01:39,390 --> 00:01:49,110 So if you came across the design of a form in that case, others would be expected to insert the necessary 15 00:01:49,110 --> 00:01:51,180 information to send this for. 16 00:01:53,710 --> 00:02:01,270 Otherwise, you should get some knowledge also about in additional programming language such as the 17 00:02:01,270 --> 00:02:06,250 P, h p helping you out in this task. 18 00:02:07,510 --> 00:02:12,490 Now it's time to view some attributes of these forms.