0
how to enter image files into coding<img src= " " /> . btw, I'm using a cellphone, not a computer, so I'm confused about how to
<!-- content 1 --> <div> <img src=" " /> ?????? <div> <!-- content 1 end --> the question is looking for the file to enter if the computer just enters it. the problem is I learned coding using a cellphone not a computer and I'm confused about how to enter the Bhat image as the source of the image, it's difficult for me
3 Respuestas
+ 3
Images
https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Images_in_HTML
audio:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio
video:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video
How To Upload your phone images on SoloLearn using phone
https://code.sololearn.com/WT3661NHpV3B/?ref=app
Upload content with Dropbox [Tutorial]
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
How to host/upload an image (IMGBB way)
/by Farhanaz/
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
Upload content with Google drive
https://code.sololearn.com/Wa25A17a19a1/?ref=app
+ 1
<img src="put URL over here" />
0
bro, I've practiced the solution but how come I can't open it
https://code.sololearn.com/WaozdlC5x8vv/?ref=app
That's the link to my code for learning, you can see for yourself
(!--- CONTENT 1 ---)
<div>
<img src= "my URL link picture" />
</div>
(!--- CONTENT 1 END ---)
is there something wrong??