how do I set up an original picture | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how do I set up an original picture

I'm trying to set a picture on my page but it won't work. I'm using <img = src "image.jpg" /> it's a picture on my computer that hasn't gone on any Web pages so I'm thinking it has to be on one for a link. any ideas

25th Aug 2016, 12:55 PM
Tyler Price
Tyler Price - avatar
2 Answers
0
codeforPrice, the error in your code is that you put the attribute src after the equal sign. Instead type <img src="image.jpg"/> Hope this helps!!
26th Aug 2016, 3:10 AM
Kris
- 1
that in one try. <img src="yourpicture.jpg" />
25th Aug 2016, 4:13 PM
HawkEye
HawkEye - avatar