0
Adding images to code in HTML
I can’t seem to figure out how to do this. I am doing the right code <img scr=“picture.jpg” alt=“”/> I am using an iPad Pro btw
1 Odpowiedź
+ 6
Feline_CODEZ the right syntax of define source is src
<img src="picture.jpg" alt=""/>
If you trying to do this on sololearn then you can do that by first hosting the image over any image hosting website like imgur or dropbox and paste the link in the src your image will be show correctly by this.
https://www.sololearn.com/discuss/803683/?ref=app
https://www.sololearn.com/discuss/1704177/?ref=app