How to add picture in your website using html codes?i cant understand. I need help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add picture in your website using html codes?i cant understand. I need help

29th May 2021, 1:09 PM
Non-Countryside21
4 Answers
+ 1
You have to use the <img src""link to image">. If you have trouble with html, feel free to revisit the course!
29th May 2021, 1:11 PM
Apollo-Roboto
Apollo-Roboto - avatar
+ 2
Apollo-Roboto you've got a typo in your post: you put two double quotes next to src, instead of equal sign and once double quote: <img src="link to image"> however, I prefer using a valid false path: <img src="path/to/image"> Non-Countryside21 in sololearn code playground context, the path must be absolute (ie: starting by "http(s)://" and your ilage must be on the cloud ^^
29th May 2021, 1:17 PM
visph
visph - avatar
0
Thanks
29th May 2021, 1:14 PM
Non-Countryside21
0
<img src="<link>">
29th May 2021, 1:19 PM
Isabella
Isabella - avatar