أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
embed src="musicfile.mid" width="144" height="60" autostart="true" repeat="true" loop="true"
Hi Murad,
Adding a background music to your webpage will be a good idea that will catch the visitor some more time browsing your webpage.
Here you can embed a mid music file that will play continuously in the background with the following code in your HTML script:
<embed src="music.mid" autostart="true" loop="true"
width="0" height="0">
</embed>