I want to get an audio file to play automatically when
someone visits my site!
Answer / guest
For Netscape, this is done using the <EMBED> tag. You can
also do this with the Netscape <META> refresh tag, as
described earlier. Just put the URL of the audio file in the
CONTENT field.
There is also a MS Internet Explorer specific tag to do
this: <BGSOUND SRC=URL> which plays the file specified in
the SRC attribute automatically. You can add LOOP followed
by a value or the keyword "INFINITE" to indicate how many
times the sound should be played.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a simple table?
What if we dont use doctype in html?
Should I use tables in html?
Is html case sensitive?
What is the purpose of the <meta> tag?
How we can insert copy right on browser page?
How do you insert a copyright symbol on a browser page?
How do I let people download a file from my page?
What is different between html and html5?
What is html partial?
What are the migrated tags from html4 to html5?
Should I use lower case or upper case for tags?