0
Why image is not appearing in output of my codes??
7 ответов
0
Omkaar thats again not a proper link for image. For your previous image..link is here.. And how to get is I already given there..
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<img src= https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTilmcnt2dAvF3tNHB0f5sLqc8ApvkGSqefmB9-LheKeGKbaLieJKq4CzN0&s=10 height ="180px" width="200px" border = "2px">
</body>
</html>
0
Pls Share the code here...
Omkaar
Assuming you are taking about image you posted in feed.. That's not proper image link..
Open that image in new tab from right click option and then copy the link of that image from new window. Use it your program...
0
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<img
src= https://pin.it/6zb8.jpg height ="180px" width="200px" border = "2px">
</body>
</html>
0
This is code. now can you please help me
0
But how can I get this link.
Please help Brother.
0
Omkaar i already added that.. Read again...
You shloud open the link in a completely separate tab..
Your mentioned link has images, then open that an image in new tab by right click and select "open in new tab" now new tab have only that image (no other elements) you can copy of that url for the image... Try it now...
0
Thank you