Computer Science, asked by ahemant885, 9 months ago

Define the following tags:
<Form>
<Input>
<Video> ​

Answers

Answered by studentnick
4

Answer:

1) The <form> tag is used to create an HTML form for user input.

2) The <input> tag specifies an input field where the user can enter data.

3) The <video> tag specifies video, such as a movie clip or other video streams.

Answered by harshit622
2
  1. Form = The HTML <form> tag is used for creating a form for user input. A form can contain text fields,check boxes,radiobuttons and more. Forms are used to pass user data to a specified URL.
  2. Input = The <input> tag specifies an input field where the user can enter data.The <Input> element is the most important form element. The <Input> element can be displayed in several ways,depending on the type attribute.
  3. Video = The <Video> tag specifies video,such as a movie clip or other video streams.Currently,there are three supported video formats for the <video> element:MP4, WebM, and Ogg: Browser. Mp4. WebM.

Similar questions