In this article,i am gonna show you,how to add an video to your website.Well we all know if we want any video from YouTube,we just copy the embed code and paste it anywhere we want on our website,but what,if we want to add our own video,which is not on youtube,but on our PC,to add those videos,add the below coding to your website,where you want the video to be displayed.
Coding:
<embed src="where you video is on the Internet" width ="300" height="250" autoplay="false" controller="true">
Controller is used,so that we can get the
PLAY,PUASE button,if will make it false,the PLAY,PUASE buttons will not be shown.
0 comments:
Post a Comment