Computer Science, asked by nigpj588, 1 year ago

Which of the following element is used to create an HTML form ?(a) Textarea
(b) Form
(c) Select and Option
(d) Input

Answers

Answered by aqibkincsem
5

The <form> is the element that is used to create an html form. The <form> is the initial tag from where the form will start and the </form> is the tag the form will end.

Upon submitting, information that is provided inside these two tags will be submitted to the server and further processing will be done.

Similar questions