. 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 the tag for making a comment?
What is pull down menu box,how giving links using vbscript
How to enter comments into xhtml documents?
What is a Manifest file?
What is local storage in html5? How it is used?
How can I allow file uploads to my web site?
Does google still use keywords?
What are empty elements?
What is the syntax difference between a bulleted list and numbered list?
What is #document in html?
What is the use of Canvas Element in HTML5?
How do I specify a specific combination of frames instead of the default document?