Creating a FORM in HTML is not easy and remembering every
term is even difficult. Students! Recollect how do we write down
different Input Controls of a FORM in HTML?
Answers
Answered by
1
Explanation:
<form>
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname"><br>
<label for="lname">Last name:</label><br>
<input type="text" id="lname" name="lname">
</form>
Similar questions
Hindi,
3 months ago
English,
3 months ago
Math,
6 months ago
Social Sciences,
11 months ago
Environmental Sciences,
11 months ago