HOW TO INSERT image , audio and video tag in HTML5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

28th Jan 2021, 4:27 AM
PARVESH
PARVESH - avatar
3 Answers
+ 7
Insert <img src=" xxx.jpg" alt=" ">
26th Feb 2021, 5:40 AM
PARVESH
PARVESH - avatar
+ 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
28th Jan 2021, 4:36 AM
Ezra Bridger 2207 [INACTIVE]
Ezra Bridger 2207 [INACTIVE] - avatar
+ 2
<img src = "name.jpg" > Similar for video and audio... check out SoloLearn HTML lesson or something like www.w3schools.com
28th Jan 2021, 8:23 AM
Sockrates