this is html coding of audio tag with this you can listen music in web browser
1...<audio controls>
<source src="horse.mp3" type="audio/mpeg">
</audio>
<source src="horse.mp3" type="audio/mpeg"> this is padh of your file
1...<audio controls>
<source src="horse.mp3" type="audio/mpeg">
</audio>
<source src="horse.mp3" type="audio/mpeg"> this is padh of your file
2...this is html coding of video tag with this you can see videos in web browser
<video width="640" height="480" controls>
<source src="file:///E:/movies/spidermann%202%20amazing.mkv" type="video/mp4">
</video
<video width="640" height="480" controls> with this you can adjust screen size of video
<source src="file:///E:/movies/spidermann%202%20amazing.mkv" type="video/mp4">
this is path of file
0 comments:
Post a Comment