. How do you embed a video in HTML?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
You can use the <video> tag:
<video controls width="600">
<source src="video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
| Is This Answer Correct ? | 0 Yes | 0 No |
You can use the <video> tag:
<video controls width="600">
<source src="video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a Canvas? What is the default border size of a canvas?
What is the difference between <script> and <noscript> tags?
What is doctype used for in html?
How to make text vertical allign center in div.
Is php a dynamic language?
How do I get my visitor's e-mail addresses?
What is a meta description?
Is it better to use iframe?
How to increase the font size in html?
What are the three main aims of html5?
Write a program to include the custom button with the form
What are differences between div and span?