Intro to HTML - 0126

Menu Back Next
HTML Tags! - Adding Sound to your Document



The code needed to generate this is:

<embed
src=bornfree.mid
ALIGN=TOPLEFT
width=140 height=15
controls=smallconsole
autostart=true
loop=false>
</embed>

Usually takes a while to load over the Internet!
Also, the visitor needs to have multimedia with ability to play music/sound!
Supported only by HTML 3.0 and higher