+ 1
I dont understand id, name, type plis explain
<form> <label>Your name:</label> <input id="user" name="username" type="text" /> </form>
2 odpowiedzi
+ 5
@stephen haokip you can find something here
https://www.w3schools.com/html/html_forms.asp
+ 1
https://code.sololearn.com/WMYFH1Eq6bU9/?ref=app
This is what and how "label" tag is used and what purpose "name" is for .