Define the following tags:
<Form>
<Input>
<Video>
Answers
Answered by
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
2
- 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.
- 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.
- 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