+ 8
HOW TO INSERT image , audio and video tag in HTML5
Lets have a discussion because i have tried many times but the result not comes.
3 Respostas
+ 7
Insert <img src=" xxx.jpg" alt=" ">
+ 5
See, this happened with me too.
I tried all ways listed in the Q/A Section but only one worked for me.
"DROPBOX"
Yes, you have to install this app from playstore and upload the image/video/audio there.
Then 'Click' on it and use the 'Copy Link' option below.
Then paste it in CSS or HTML and REPLACE the "www" with "dl" and also REMOVE the "?dl=0" from the last part.
Hope this Helps😊
Happy Coding!!!👍
See this below for more info👇
https://code.sololearn.com/WT3661NHpV3B/?ref=app
+ 2
<img src = "name.jpg" >
Similar for video and audio... check out SoloLearn HTML lesson or something like www.w3schools.com