+ 2
Image add
Can you guys tell me how to add image from desktop in html code
3 Réponses
+ 3
Put your image in same folder where your html file is stored then for image use img tag
<img src=" your image name ">
+ 7
Shubham Patidar
Here - https://code.sololearn.com/WDUGYmmogLlj/?ref=app
Try to use search bar before posting from next time to avoid duplicate question!
Follow community guidelines -
https://www.sololearn.com/Discuss/1316935/?ref=app
Hope you understand 👍
+ 1
Can't we use HTML alone for web development?
Is there any possibities for that?