0
How to add picture in your website using html codes?i cant understand. I need help
4 Réponses
+ 1
You have to use the <img src""link to image">.
If you have trouble with html, feel free to revisit the course!
+ 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 ^^
0
Thanks
0
<img src="<link>">