What is form elements? Can someone explain me form elements | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is form elements? Can someone explain me form elements

I am not understanding the part where it says Value , name and type

10th Jun 2017, 2:33 PM
Tarif Aziz
Tarif Aziz - avatar
2 Answers
+ 1
value is the attribute that appear at the text field or the button.. name is the attribute by which it can be used to reference the element in the JavaScript to assign or change values of the given textfield label or button type is the type of field u r using whether tel., button checkbox, email, number etc.. https://code.sololearn.com/Wy492SqSI7P0/?ref=app
10th Jun 2017, 2:41 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 1
The <form> tag is used to create an HTML form for user input. The <form> element can contain one or more of the following form elements: <input> <textarea> <button> <select> <option> <optgroup> <fieldset> <label>
10th Jun 2017, 9:03 PM
Emore Anzolin
Emore Anzolin - avatar