i used audio tag among li tag to play different files . i cannot see the audio scroll bar for none of them . why is it so ? please help me out . here is the sample code i tried to run
<ul>
<li>Enduko Emo<audio id="18000">
<source src="./musicfiles/01._Enduko_Emo.mp3">
</audio>
</li>
<li>Ela Ela<audio id="18001">
<source src="./musicfiles/02. Ela Ela.mp3">
</audio>
</li>
</ul>