+ 3
How can use the photos in my gallery while programming with HTML
13 Answers
+ 5
_esky Flake_ to post your project you need to buy server to host your project, you can search for free hosting .
you can add eny img extension if browser support it here is the most used .png, .jpg, .svg
+ 4
use src attribute
<img src="myImageFolder/image-1.png">
+ 2
Am still a learner,how to go about it
+ 2
Got to the properties of images you want to use
Copy the complete path of that image
now inside src =" paste that copied path of image here "
and don't get wrong name and extension of image
+ 2
Add source(src) attribute and copy and pase the path of image.
For Eg. < img src ="C:\Users\Sweet Family\Pictures\Waterfall.jpg"/>
+ 1
Which is the best program editor when using html,js,css
0
Wat about extension.jpg
0
You need to upload them on some cloud storage such a Dropbox then copy paste the link
Also search for similar questions,there are hundreds of ppl asking about this thing ,you will get to know other ways to do it as well as how to do it
0
And how can i post my project on internet
0
_esky Flake_ well, it will be a pleasure to help if you need my help
0
Of course yes
0
if youâre not going to host the site then you can simply give a path of the folder use â./â to locate the folder easily and if you plan to host the site store it on cloud and you can use whenever and wherever you want. Hope this help
0
Denis Mwangi for vscode