|
|
 |
|
|
ADDING MUSIC TO YOUR SITE
Adding music to your site for your viewers to hear is simple to do.
Adding Music
The embed tag instructs the browser to use the content an external file for an action. In this case we will use it to play music.
| Tag |
Description |
| <embed> |
Include another file in the page. |
The following line of code starts the file musicfile.mid when the page is loaded.
<embed src="musicfile.mid autostart="True"">
|
|
|
|
 |
|
|
|
Copyright © 2003-2006 247HQ LLC. | All Rights Reserved. |
Website By: 247HQ LLC. |
|