I dont understand id, name, type plis explain | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I dont understand id, name, type plis explain

<form> <label>Your name:</label> <input id="user" name="username" type="text" /> </form>

25th Jul 2017, 6:23 AM
stephen haokip
stephen haokip - avatar
2 Answers
+ 5
@stephen haokip you can find something here https://www.w3schools.com/html/html_forms.asp
25th Jul 2017, 7:03 AM
Daniel
Daniel - avatar
+ 1
https://code.sololearn.com/WMYFH1Eq6bU9/?ref=app This is what and how "label" tag is used and what purpose "name" is for .
25th Jul 2017, 7:26 AM
Kash
Kash - avatar