arisuchan    [ tech / cult / art ]   [ λ / Δ ]   [ psy ]   [ ru ]   [ random ]   [ meta ]   [ all ]    info / stickers     temporarily disabledtemporarily disabled

/λ/ - programming

structure and interpretation of computer programs.
Name
Email
Subject
Comment

formatting options

File
Password (For file deletion.)

Help me fix this shit. https://legacy.arisuchan.jp/q/res/2703.html#2703

Kalyx ######


File: 1539851245748.png (4.41 KB, 274x184, descarga.png)

 No.1393

I want to add music to html website but it doesn't work, can you check it pls?

<iframe class="music" width="560" height="315" src="https://www.youtube.com/embed/wT8DIvJKxQc?rel=0&autoplay=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

and in css file:

.music{
display: none;
}

Thanks you in advance

 No.1394

>Welcome to Stackexchange

What does not work? Display? Autoplay? Sound? Please edit your Question.

 No.1395

also honestly just embed an MP3 instead of infesting yet another site with google soykaf.

 No.1396

https://www.w3schools.com/html/html5_audio.asp

<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>



[Return] [Go to top] [ Catalog ] [Post a Reply]
Delete Post [ ]