0
How to use images as link to audio in html?
HTML
6 ответов
+ 3
James Freeman See this question:
https://stackoverflow.com/questions/18826147/javascript-audio-play-on-click
Exactly what you are looking for.
+ 2
Can you explain a little bit more about the question?
+ 2
<a href="link"><img src="image's link"/></a>
+ 2
If u wanna open a link in new page use
target=_blank
Or the same self
target=_self
Or Parent page
target=_parent
+ 2
🔝Muhammad🔝🎓😊 He asked about Audio.
0
Marzan I asked when you click a picture audio should play after the click this is the question