HTML Sound/Video

HTML Sound/Video use to entertainment in web page. <embed> tag is a tag to set sound/video clip for playlist in HTML page. You will discover   other   options   for you to   complete   in order to   the  tag  in order to  control  your own  playback includes all these attributes:
  
Syntax
Form 1 : Show playback
<Embed src = "Path of Sound/Video"
width = "Number"
height = "Number"
hspace = "Number"
vspace = "Number"
align = "Left/Right"
alt = "Title of sound/video"
autoplay="True/False"
controller="True/False"
href="Link URL"
loop="True/False"
pluginpage="URL" <!--place to send visitor does not have Quick Time plugin-->
/ >

Form 2 : Hide sound/video
<a href = “ Path of Sound/Video” > Label Name </a >
*Notice: click on Label Name to show playback.

Form 3 : Background Sound/Video
<bgsound src = "Path of Sound/Video"/>

*Notice: This form support Internet Explorer only