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 |
What are the different layers in a web application?
Is gmail a web application?
What is difference between website and web application?
What is the difference between an alert box and a confirmation box?
What is most used email form script?
What do you mean by template?
How do you approach designing for different screen sizes (mobile, tablet, desktop)?
Can you describe a situation where you had to design a complex UI?
What is a modern web application?
What are some examples of web applications?
How to apply gradient?
What are the confinements when serving xhtml pages?