name the four tags to create a form on a web page
Answers
Answered by
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