+ 3
How can i add image in html specially in solo learn from my phone directly?
I have tried to link image but I failed I did this <img src="storage/emulated/0/Picture/Screenshots/r.jpeg"/> please help me
4 Antworten
+ 2
thanks
+ 1
can't do that from phone.
https://www.sololearn.com/discuss/1054246/?ref=app
- 1
<html>
<head>
<title>first page</title>
</head>
<body>
<img src="https://cdn130.picsart.com/235795467090201.jpg?r240x240"
height="130%" width="100%" alt="" />
</body>
</html>