. 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 |
How do you make comments without text being picked up by the browser?
What is html applet?
What is difference between html and xhtml?
How we can make an image draggable?
Explain data attributes in html5?
How do you use meta in html?
What do you mean by style sheet?
What are meta tags in html?
What is the advantage of using div tag in html web page development
What is rowspan?
Is meta a self closing tag?
How can we embed Video in HTML 5?