0
Hello how can i insert image in html page
6 ответов
+ 10
Hii
Kindly use search bar from next time to avoid duplicate question!
Will help you - https://code.sololearn.com/WT3661NHpV3B/?ref=app
Follow community guidelines -
https://www.sololearn.com/Discuss/1316935/?ref=app
Hope you understand 👍
+ 2
Harris Tube You can get an image url from google. If you want to add image from your device then -
https://code.sololearn.com/Ws6teyT5ti3g/?ref=app
+ 2
https://code.sololearn.com/W0os7xWeVOGx/?ref=app
+ 1
<img src="image url" alt=""/>
0
Where can i get image url
0
The url image=<img src="url">
The local image=<img src="local directory">