A src where i can acess my photos to use on my code so they can appear on my project? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

A src where i can acess my photos to use on my code so they can appear on my project?

scr photos ref

18th Oct 2017, 5:04 PM
Matthews
Matthews - avatar
3 ответов
+ 3
You're more than welcome. Best of luck to ya bro!
18th Oct 2017, 6:28 PM
AgentSmith
+ 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.
18th Oct 2017, 5:27 PM
AgentSmith
+ 1
thanks bra
18th Oct 2017, 6:25 PM
Matthews
Matthews - avatar