So I just started learning about , and I keep getting confused about the purpose of what they do. So far there is for, id, type, name, value
So for is used in labels to assign a name,
Id is used in input to link it with a label, based on the ‘for’ of the label
type is used to add fancy stuff like checkboxes, etc.
What I don’t understand is what the name and value are used for, and why we need them. I also listed what I (think) understand above to see if I have any misconceptions that need to be corrected.
~Thanks.