0
I am a beginner and why is it when I enter the the image line and the image is called redbag.jpg nothing happens?
7 Answers
+ 3
You need to include the entire URL in Your code. This is called an 'absolute URL'.
Example:
<img src="http://some-website/images/cool-photo.jpg">
You currently have just the image name in your code without the full URL.
https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_URL
+ 4
If you want to upload images on Sololearn, here's the recommended and easiest method:
1. Visit: https://postimages.org
2. You'll find an upload buttonâtap on it and upload your desired image.
3. Once uploaded, the image will be posted on the site.
4. Copy the direct link provided, and you're all set!
0
Please help me
0
Your tags look out of order
0
Oh I thanks I thought you could show images that you have taken yourself
0
Wait so then how do you insert jpg files in your code. Do you always have to find the image online
0
No, I meant the tags in the question. Here, they look like:
(src) (<img) (>) (jpg") (="redbag.)
But on your side, I think they should be:
(<img) (src) (="redbag.) (jpg") (>)