+ 1
How do I add images in my coding?
HTML
3 odpowiedzi
+ 5
Read this bro
https://www.sololearn.com/learn/HTML/1030/
+ 2
<img src="the url from picture">
+ 1
Don't forget to add the alt="DESCRIPTION"
<img src="https://www.website.com/whale-dive/.jpg" alt="Picture of whale diving" >