+ 13
Why not displaying image in web??plz solve my problem ....
5 Answers
+ 7
đđđ¨đŚđ˛đđ Thank you so much đ¤
+ 2
<html>
<head>
<title>first page</title>
</head>
<body>
<img src="https://www.dropbox.com/s/ri4aasd84ufrcbm/Screenshot_2020-06-05-12-18-45-822_app.buzz.share.png?dl=1"
height="150px" width="150px" alt="" />
<br />
<img src="https://www.dropbox.com/s/ri4aasd84ufrcbm/Screenshot_2020-06-05-12-18-45-822_app.buzz.share.png?dl=1"
height="50%" width="50%" alt="" />
</body>
</html>
Code: 007007
In img tag dl should not be 0