. 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 metadata?
2 Answers GSK GlaxoSmithKline,
Do all browsers support html5?
Why is html5 so popular nowadays?
Is it possible to set specific colors for table borders?
What is td and tr?
What is the purpose of the alt attribute in <img>?
How to create a new html element?
What are semantic elements in HTML?
Explain Block Elements?
What does the head tag mean?
Is there any tag in html to upload and download files?
I am trying to include a html document in another document. Is there a way to do this?