HTML TUTORIAL
» Introduction
» Elements
» HTML Tags
» Formatting
» Entities
» HTML Links
» Frames
» Tables
» Lists
» HTML Forms
» Images
» Layout
» Fonts
» Styles
» Head & Meta
» URL's
» Scripts
» Adding Music

PHP TUTORIAL
» Introduction
» Syntax
» Operators
» Conditionals
» Display the Date
» SSI - Includes
» Connecting to a Database
» PHP Forms
» Reading From a File

CSS TUTORIAL
» Introduction
» Syntax
» Inserting a Style Sheet
» CSS Backgrounds

DASHBOARD WIDGETS
» Hello World Widget

 
PARTNER LINKS

» Restaurant Menus
» Drew's News Room
» Stock Forums

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"">