Interviewer And Interviewee Guide

HTML5 Interview Question:

HOW DO YOU PLAY A VIDEO USING HTML5?

Submitted by: Administrator
We can display video using the tag as shown below:

<video width=“320″ height=“240″ controls=“controls”>
<source src=“test.mp4″ type=“video/mp4″ />
</video>
Submitted by: Administrator

Read Online HTML5 Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.