28th May 2020, 7:03 AM
Dido
Dido - avatar
3 Answers
+ 1
https://www.sololearn.com/learn/HTML/1030/ https://www.sololearn.com/learn/HTML/2193/
28th May 2020, 7:05 AM
Mirielle
Mirielle - avatar
+ 1
<img src="imagelink.jpg width="200px" height="200px" alt="error"> This is image code
28th May 2020, 11:41 AM
Dinesh Kuniyal
Dinesh Kuniyal - avatar
+ 1
In HTML you should use audio tag to insert audio <audio src="songname.mp3" controls autoplay loop > this will insert audio </audio>
28th May 2020, 11:42 AM
Dinesh Kuniyal
Dinesh Kuniyal - avatar