Computer Science, asked by unnatihupta12mar2007, 4 months ago

name the four tags to create a form on a web page​

Answers

Answered by mishramishra1235
0

Answer:

The <form> tag in HTML is used to create form for user input. There are many elements which are used within form tag. For example: <input>, <textarea>, <button>, <select>, <option>, <optgroup>, <fieldset>, <label>

Similar questions