. How do you embed a video in HTML?

Answers were Sorted based on User's Feedback



. How do you embed a video in HTML?..

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

. How do you embed a video in HTML?..

Answer / hr@tgksolutions.com

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

Post New Answer

More HTML DHTML Interview Questions

How we can have different cells in each row in <table>?

1 Answers  


How do you create Drop Down Combos in HTML ?

1 Answers   Microsoft,


What are the new attributes provided in HTML5 for <form>?

1 Answers  


Why to use pattern attribute in html5?

1 Answers  


What is viewport html?

1 Answers  


What is a hyperlink example?

1 Answers  


What is the use of <table> tag?

1 Answers  


What is the main function of <pre> tag in html?

1 Answers  


Describe the difference between cookies, sessionStorage, and localStorage.

1 Answers  


What is use of html?

1 Answers  


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)

1 Answers  


What is a nav link?

1 Answers  


Categories