Help me , where I m wrong , the photo is not loaded | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Help me , where I m wrong , the photo is not loaded

<html> <head><title>Первая страница</title></head> <body> <img src="/Внутреннаяя памят/Android/media/com.wathatpp/WhatApp/Media/WhatApp Images/My.jpg" height="150px" width="150px" /> </body> </html>

5th Dec 2021, 5:28 PM
Aziz
Aziz - avatar
1 Answer
+ 1
Aziz You cannot access your local device files on the internet. Upload files on DropBox and get link from there then use in your code. https://code.sololearn.com/WW6t4B73kJVz/?ref=app
5th Dec 2021, 6:47 PM
A͢J
A͢J - avatar