|
What code do I have to use in order to create something similar to ALT text that works both on Netscape/Apple and Internet Explorer/Windows?
Same question for background sound files on html documents...
So far I've always used this code:
<head>
<bgsound src="media/alk3.mp3">
</head>
But I've been told that there is something better if you really want to ensure it's compatible with all platforms. Maybe some of you knows?
|