. 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 main tag in html?
What if there is no text between the tags or if a text was omitted by mistake? Will it affect the display of the HTML file?
Name a few new tags in html5 and their advantages?
What is html5 new input type?
Why td is used in html?
What is the difference between b and br tag?
What does id mean in html?
Is html5 replacing flash?
What is the main purpose of html?
What is the use of html?
What are the different types of tags in html?
Why h1 tag is used in html?