Okay so I have 2 folders in one folder. These Images are called 'HTML' && 'Images'
How do I link the images from the images folder into the code I've written in the html folder?
I tried,
<img src='C:/Users/oyyou/Documents/.../Portfolio/Images/action.jpg' alt='Action Image'>
And that worked, but then I realised that, that won't work when I use it on other computers?
So is there another way I can do it?
Thank you.
How do I link the images from the images folder into the code I've written in the html folder?
I tried,
<img src='C:/Users/oyyou/Documents/.../Portfolio/Images/action.jpg' alt='Action Image'>
And that worked, but then I realised that, that won't work when I use it on other computers?
So is there another way I can do it?
Thank you.