Computer Science, asked by rudrakshbaghel28, 5 months ago

-]
Q21:- Write HTML code to add
following controls in form(i) password
field (ii) option button (iii) textarea
1. Add File​

Answers

Answered by luckygrewal0489
1

Answer:

Create HTML Form

form is build inside <form> tag. See the code below

<form action="" method="get" name="formname">

/* Content */

</form>

Similar questions