I want to get an audio file to play automatically when
someone visits my site!
Answer Posted / 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 |
Post New Answer View All Answers
Does html5 native support for local storage?
When I try to upload my site, all my images are x s. How do I get them to load correctly?
What is semantic elements in html5? List some semantic elements
When a local storage data gets deleted?
What is a footer used for?
What is WebSQL?
What are the 4 basic html tags?
What is a viewport autocad?
How many types of list tag are using in html?
How do I find meta tags?
How do I add midi music to my web page?
How many web browsers does html5 support?
What is the purpose of 'audio' tag in HTML5?
What is html beginform?
How to open a link in new tab or window?