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 |
Is CSS case sensitive?
What is the difference between “visibility:hidden” and “display:none”?
Best Tutorial for learning Illustrator from basics.
Explain the concept of information architecture and its role in UX design.
What are the five possible values for “position”?
How do you incorporate current design trends in your work?
What is most used email form script?
How do you manage tight deadlines in design projects?
What are the three types of websites?
How do I make a webpage that someone can simply just send me a mail by just clicking on text with subject?
What is web based system?
What is the basic difference between an alert box and a confirm box?