what's your name,......? what is the tag form?
Answers
Answered by
3
Answer:
First mark me as brainliest after it i will inbox you and i will give you answer
Answered by
1
Answer:
it is in English
isn't you?
in html
<form action="/action_page.php" method="get" name="myForm">
<label for="fname">First name:</label>
<input type="text" id="fname" name="fname"><br><br>
<label for="lname">Last name:</label>
<input type="text" id="lname" name="lname"><br><br>
<input type="button" onclick="formSubmit()" value="Send form data!">
</form>
Similar questions