+ 1
Guys I am trying to put a Ronaldo imagine in my test website but it is not showing
I am typing this <img SRC="https://images.app.goo.gl/K9isxf444C9VMUoU7" alt="ronaldo picture " but it doesn't show can anyone help me out with this
2 Antworten
+ 1
The issue is that the link you’re using isn’t a direct image link. It’s a link to a webpage, not the actual image file
Right-click on the image you want and select "Open image in new tab" or "Copy image address" (depends on your browser).
Use the direct image URL in your <img> tag
0
Write src with lowercase letters, and close tag with >