FRAMSET Some information
Program
- In Audio <audio control> tag shold be used to show audio controls.
- In Video <video control> tag shold be used to show video controls.
INPUT
<html> <head> <body> <audio controls> <source src="song.mp3" type="audio/mp3"> </audio><br><br> <video controls height="120" width="200"> <source src="video.mp3" type="video/mp3"> </video> </body> </html>
OUTPUT
![]()