Select from following answers:- <video> tag

- <embed> tag
- <audio> tag
- All of the above.
- All Above
<video> tag is used for playing video files.
For Example:-
<video src = "media.mp4" width="250" height="200" controls>
</video>
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator