0
A src where i can acess my photos to use on my code so they can appear on my project?
scr photos ref
3 Réponses
+ 3
You're more than welcome. Best of luck to ya bro!
+ 2
EXAMPLE
<img src="Photos/turkeyleg.gif" alt="Turkey Leg" height="42" width="42">
Okay, so as you can see in the example, the src is specifying the location of the picture. So lets say inside of your main website folder (where your index.html or whatever page you're working with is located) you have a folder called Photos that stores the photos for your website. In your src, you'll specify that folder and then the file name.
+ 1
thanks bra