. 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 are the characteristics of html?
How do you write a copyright symbol on a web browser page?
What is a document tag?
How to tags migrated from html4 to html5?
How we can insert comment in html?
What is difference between html and html5?
Why we use 'clear' in html?
What is the purpose of Socket.bufferedAmount atribute of WebSocket?
What is image map?
Why do we use html5?
What is nav code?
What is the limit of keywords meta tag?