Tribute page image not loading

How to copy an image from my photos gallery in my iPad to my website?
ie how to find link (src) for my photos…in iPad
Still I stuck with that issue( img not displayed )

The image files need to be on a website. So you can either have them in a place like GitHub or google something that can work for you using terms like “image hosting”

Still I am stuck…
Can I send you my complete could which I have written?

Just post the code here in your reply.


<!DOCTYPE html>
<html>
    <link rel="stylesheet"
href="styles.css">
<main id="main">
  <h1 id="title">Dr.A.P.J.Abdul Kalam (1931-2015)</h1>
  <p>Former President of India</p>
  <div id="img-div">
    <figure>
 <img id="image"> <img src="https://www.gettyimages.in/detail/news-photo/president-apj-abdul-kalam-during-a-education-summit-news-photo/482138352?phrase=abdul%20kalam" alt="abdulkalam">  
  </figure>
<img-caption id="img-caption">Dr.Abdul Kalam speech in UN meetings.</img>
<p><tribute-info 

i guess this is still not an image file.

What you want to do is open this website (the one you are treating like an image even though it is not an image) and then find an actual image on the site.
Then put your mouse over the image and right-click.
Then choose the option of “copy image address” (or it may be called something else like copy image link).
Then paste this link into the src attribute instead of the website URL you currently have.

Try that.

Yaa I tried it .Copied image link and pasted it in the code.
Still not working…
Tried different images…
One more time try and back to you ….

show me the value of the link you used this time

``

<img src="https://upload.wikimedia.org/wikipedia/commons/b/b0/A._P._J._Abdul_Kalam_in_2008.jpg

Hooooooo
Finally it works…..
Thanks a lot
1 Like

take some time to notice that this time you used a file whose type is .jpg (that is a type of image file) unlike the previous times.
Other types of image files include .jpeg , .bmp, .png, .gif

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.