Why not displaying image in web??plz solve my problem .... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

Why not displaying image in web??plz solve my problem ....

https://code.sololearn.com/Wqy5wr2548Ox/?ref=app

10th Jun 2020, 12:33 AM
Nikhat Shah
Nikhat Shah - avatar
2 Answers
+ 7
💞𝐒𝐨𝐦𝐲𝐚💞 Thank you so much 🤗
10th Jun 2020, 1:48 AM
Nikhat Shah
Nikhat Shah - avatar
+ 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
10th Jun 2020, 1:28 AM
Dilip . K. N
Dilip . K. N - avatar