How can i add video in My HTMl page?

hello everyone please reply i tried using embed tag but its not sucessfull…please reply…i wanted to add in my blog on blogspot.com

Could you say a bit more? What was your full code?

You can embed any video on blogspot, just put the url of the video and it will be embedded automatically.

make a i frame and attach the you tube embedded code provide by you tube itself. If you want the code of iframe get it from w3schools.

<source src=“movie.mp4” type=“video/mp4” />
<source src=“movie.ogg” type=“video/ogg” />
use like this

Thread Closed