. 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 |
Explain autofocus attribute of html5?
What does the elements mean in syntax given for url in html?
What is use label?
What is the difference between <strong>, <b> tags and <em>, <i> tags?
Can I nest tables within tables?
How do you insert a comment in HTML?
Which html tag allows users to specify a file for uploading?
What is a web worker in html5?
What are gradients in Canvas used for? What are their different types?
What are void elements in HTML?
What is the lifetime of local storage?
What is html5 and its features?