HTML:why does my webpage only take two music sources?

Rishabh Sharma

New member
i am making a webpage for my tech class and everytime i try to put more that two songs in my webpage only two work
this is my code:Deck the Halls<br>
<embed src="http://xmasfun.com/midi/deckhall.mid" width="300" height="18" autoplay="false" controller="true" type="video/quicktime" scale="tofit"

pluginspage="http://www.apple.com/quicktime/download/"> </embed><br>
<center>
Jingle Bells<br>
<embed src="http://xmasfun.com/midi/jingbel2.mid" width="300" height="19" autoplay="false" controller="true" type="video/quicktime" scale="tofit"

pluginspage="http://www.apple.com/quicktime/download/"> </embed>
<br>

The Twelve Days of Christmas<br>
<embed src="http://xmasfun.com/midi/12days.mid" width="300" height="19" autoplay="false" controller="true" type="video/quicktime" scale="tofit"

pluginspage="http://www.apple.com/quicktime/download/"> </embed><br>
<hr width=100% color=pink size=6>
 
Back
Top