. 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 code for change every 3rd li color of ul with css.
Is br an empty tag?
How to add image in the background of webpage in html?
What are the types of tags?
What are dynamic documents?
What is tag english?
What is a link rel?
What is nesting in html?
Please explain empty elements in html?
What is div id?
What is the newest version of html?
How do you start a hashtag?