0
Video html
how to upload html videos on google
3 Réponses
0
Explain Ur q.
0
You can add video by <Video> tag with link in html 
Like that..
 <video controls>
   <source src="http://www.sololearn.com/uploads/video.mp4" type="video/mp4">
   <source src="http://www.sololearn.com/uploads/video.ogg" type="video/ogg">
   Video is not supported by your browser
</video>





