How to add video and audio in HTML5?
Answer / ramya gurrala
we can add audio and video using <audio>,<video> tags.
<audio controls>
<source src="Amma Amma -MP3songssp.com.mp3" type="audio/mpeg'/>
</audio>
we will control attribute because it will have play,stop and volume.
where as in the source,we will add the path of our source file.
In type we will add the type pf file like mp3,mp4,mpeg etc..
Similarly we will add the video file
<video controls>
<source src="waiting for tonight -youtube.com" type="video/MP4/"
</video>
| Is This Answer Correct ? | 1 Yes | 0 No |
How do you conduct usability testing, and what steps do you take to analyze the results?
what is the distinction between a bulleted list and numbered list?
How do you measure the success of a UI/UX design?
What is mean by web application?
Explain what is the difference between “visibility:hidden” and “display:none”?
What are the features of web application?
Which one is best wcf or web api?
What are the benefits of web application?
Can you explain what A/B testing is and how it can be used in UX design?
What is gradient?
What is difference between web application and windows application?
Is instagram a web application?