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

13th Apr 2019, 5:51 PM
Feline_CODEZ
Feline_CODEZ - avatar
1 Answer
+ 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
13th Apr 2019, 6:03 PM
GAWEN STEASY
GAWEN STEASY - avatar