. 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 we can have different cells in each row in <table>?
How do you create Drop Down Combos in HTML ?
What are the new attributes provided in HTML5 for <form>?
Why to use pattern attribute in html5?
What is viewport html?
What is a hyperlink example?
What is the use of <table> tag?
What is the main function of <pre> tag in html?
Describe the difference between cookies, sessionStorage, and localStorage.
What is use of html?
Please give me a solution, How to add 10 days to current date in HTML CODING, it should display date of <TODAY+10 DAYS> means 11th day date, i want to write code in note pad for creating html file, help me( only HTML CODE, NO JAVA, PHP SCRIPTS)
What is a nav link?