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 the difference between html4 and 5?
Tell me what purpose does html5 serve?
How do you align a table to the right (or left)?
What is grouping in html?
What are HTML tags and attributes?
Explain what other advantages does html5 have?
What does meta mean slang?
Do all HTML tags come in a pair?
What is mathml in html5?
What is the tag to create lists in html?
What is the purpose of canvas in html?
. Is it possible to change an inline element into a block level element?