write Html Programs to create Application form Add All elements of the form on it.
Answers
Answered by
1
Answer:
<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>
Explanation:
hope it helps you
thank you!!!!
mark as brainliest answer
don't forget to follow
Similar questions