How do we add images and videos to an html document | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How do we add images and videos to an html document

28th Feb 2019, 3:23 AM
Joshua Andoh
Joshua Andoh - avatar
4 Answers
+ 6
image= <img src=" link" alt""/> video= <video src=" link" alt/>
26th Mar 2019, 6:10 PM
Danyo Joe Crews Kumi Junior
Danyo Joe Crews Kumi Junior - avatar
+ 5
by copying the image or audio link from the internet or drive and pasting it as the src link or url
28th Feb 2019, 4:12 AM
Joshua Andoh
Joshua Andoh - avatar
+ 4
<img src="location_address" /> <vidéo src="location_address" /> Location address: can look like *http://sololearn/image/tree.jpg*
16th Mar 2019, 6:48 AM
abdulconsole
abdulconsole - avatar