[00:00] So because I just finished a lesson on how to create a HTML form inside my HTML course, I thought, why not make a video just kind of talking a bit about the required attribute that you can add inside a HTML form, because it might not do exactly what you think it does. [00:14] Go down inside the form and include a required attribute. Because if you include this, then people can't submit the form, right? For people who know a little bit about the developer tool inside the browser, [00:26] So you may know that you can actually go inside your website and you can change any kind of front end when it comes to your website, which means that I can go in, I can right click on my form, go down to inspect and in here you can actually [00:38] see that we have my input if it were to actually go in and delete my input. And I can actually submit the data. And this is why it's important that even though you did include the required attribute that you still go in using a backend language and actually do something [00:51] to check for these empty inputs.