HTML Form Elements
HTML Form Elements Desc
HTML Form - <form>
HTML form is an element that we use to collect data (inputs) from a webpage and submit it to the server. Form has a child element called ...
Date: 2022-11-03 06:38:41
HTML Element: Form - Input type of "text" and "password"
Let's now take a closer look at the input element. We have seen this element that allows us to define text boxes and a button to upload t...
Date: 2022-11-03 07:53:59
HTML Elemnt: Form - textarea
The textarea type element allows us to enter several lines, unlike the text box (input / text). It is very useful when we want to enter a comment w...
Date: 2022-11-03 08:01:19
HTML Element: Form - input type="checkbox"
The checkbox element is another control that can be inserted into a form. A checkbox is a form type that can take two values (checked/un...
Date: 2022-11-03 08:11:40