Home >> HTML 5 >> bgsound Tag in HTML 5

bgsound Tag in HTML 5

The "bgsound" tag is used to play an audio in the background of website page.

For example:-

<!DOCTYPE html>
<html>
   <head>
      <title>HTML bgsound Tag</title>
   </head>
   <body>
      <bgsound src = "audioname.ogg"/>
      <p>This does create any result on the screen but it plays sound file in the background.</p>
   </body>
</html>

Post Your Comment

Next Questions
big Tag
blockquote Tag
body Tag
br Tag
button Tag
canvas Tag
caption Tag
center Tag
cite Tag
code Tag
col Tag
colgroup Tag
data Tag
datalist Tag
dd Tag
del Tag
details Tag
dfn Tag
dialog Tag
dir Tag
div Tag
dl Tag
dt Tag
em Tag
embed Tag

Copyright ©2022 coderraj.com. All Rights Reserved.