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 does the browser determine where to place positioned elements?
Can you walk us through a recent project you worked on?
Best Tutorial for learning Illustrator from basics.
How do I align pictures so that one may be higher or lower than the other?
How does a web application work?
What are some examples of web applications?
Which is a benefit of web based development?
What are examples of web based applications?
Why should a graphic containing several words should be saved in GIF instead of JPG?
What is web application with example?
What are the five possible values for “position”?
What is the difference between low-fidelity and high-fidelity prototypes?