+ 4
How do we add images and videos to an html document
4 Réponses
+ 6
image= <img src=" link" alt""/>
video= <video src=" link" alt/>
+ 5
by copying the image or audio link from the internet or drive and pasting it as the src link or url
+ 4
<img src="location_address" />
<vidéo src="location_address" />
Location address: can look like *http://sololearn/image/tree.jpg*