Header Ads Widget

Video tag

Embed tag உங்கள் வலைப்பக்கத்தில் flash player, media player போன்ற வெளிப்புற plugin பயன்படுத்தப்படுகின்றன. Embed tag பின்வரும் பண்புக்கூறுகளைக் கொண்டிருக்கின்றது.
  • src
  • Height 
  • Width 
  • autoplay
  • playcount
  • loop
    Note: Playcount and loop is illegal combination inside a single embed tag.

Example

<html>
<body>
<embed src="path of the video/audio file" height="200" width="300" autoplay="true" playcount="2" loop="true" >My first web page</embed>
<p></p>
</body>
</html>

Output

Note: we can also play audio and video files by using <ancher> tag.

Example

<html>
<body>
<a href="https://www.youtube.com/watch?v=pbncfJy0BgQ">Click to watch video</a>
<p></p>
</body>
</html>

Post a Comment

0 Comments