Computer Science, asked by ahemant885, 11 months ago

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

Answers

Answered by Anonymous
1

Answer:

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

Currently, there are 3 supported video formats for the <video> element: MP4, WebM, and Ogg:

2..The HTML <form> tag is used for creating a form for user input. A form can contain textfields, checkboxes, radio-buttons and more. Forms are used to pass user-data to a specified URL.

3..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.

Similar questions