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 istable?
What is the use of XHTML Modularization?
What is xhtml? Why xhtml?
What is html partial?
What is the purpose of 'audio' tag in HTML5?
What is Server Side Events in HTML5?
What is a closing head tag?
How to add a copyright symbol on your web page?
What is the use of span in html and give one example?
What is the purpose of the <meta> tag?
What is the tag for making a comment?
What's the difference between standards mode and quirks mode?