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 |
Why do we need web application?
Mention what do you mean by Responsive design on a web page?
Why is the mouse cursor slightly tilted and not straight?
Mention why is the mouse cursor slightly tilted and not straight?
. How do you prioritize features and design elements in a project?
What is a desktop web browser?
How can you integrate css file to your webpage?
What is a prototype?
What is a modern web application?
As a web-designer while declaring “delete” button what would be your color choice?
What is difference between console application and web application?
What are the key principles of UI design?