. 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

What is main tag in html?

0 Answers  


What if there is no text between the tags or if a text was omitted by mistake? Will it affect the display of the HTML file?

0 Answers  


Name a few new tags in html5 and their advantages?

0 Answers  


What is html5 new input type?

0 Answers  


Why td is used in html?

0 Answers  


What is the difference between b and br tag?

0 Answers  


What does id mean in html?

0 Answers  


Is html5 replacing flash?

0 Answers  


What is the main purpose of html?

0 Answers  


What is the use of html?

0 Answers  


What are the different types of tags in html?

0 Answers  


Why h1 tag is used in html?

0 Answers  


Categories