For creating a form in html we have form tag, inside form tag we can use several tags.
For input the text we use input tag, but if we have to input multi-line text then we use textarea tag.
label tag: Use to highlight the input text area.
Id use: It ...