Home > Mobile >  why my image is not loading in my html webpage
why my image is not loading in my html webpage

Time:04-18

            <img src=”https://scontent.fcgk6-1.fna.fbcdn.net/v/t1.0-9/60687273_10219095505969338_402358832711335936_n.jpg?_nc_cat=101&_nc_ht=scontent.fcgk6-1.fna&oh=bc500e0d8e0e21b948dcea0ae57f04c3&oe=5D5F1A09” class=”profile-img”>
            <h1>Webcode</h1>
        </div>

"I used the above code to insert image in to my html webpage .but when i am opening the webpage on browser the image is not loading .can any one tell me where i was gone wrong?

CodePudding user response:

any console output ? maybe hellpfull...

CodePudding user response:

The site seems down. Try downloading it?

CodePudding user response:

Your image address is not right.

You can change your code by adding a correct image link, e.g.

<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Stack_Overflow_logo.svg/1600px-Stack_Overflow_logo.svg.png?20150916153754" >
  •  Tags:  
  • html
  • Related