Computer Science, asked by ankitsharma61351, 6 months ago

true false ...<form> tag is used for create forms​

Answers

Answered by yashsingh8704
1

Answer:

True

Explanation:

Example:-

<form action="/action_page.php" method="get">

  <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="submit" value="Submit">

</form>

Answered by BLANKBABA
0

Answer:

True

Explanation:

we can use more tags

like

input tag

textarea tag

select tag

etc.

Similar questions