Home > Software engineering >  How do i use HTML image tag for real life work
How do i use HTML image tag for real life work

Time:08-16

So I have recently started to learn about HTML, and I came across the image tag that is used to insert the image into the webpage. What I've learned so far is that the image tag will ask for the source where the image is stored. So for college projects, I can simply just put the link of my image stored in let's say D drive somewhere into the source for the image tag. But my question is what would I have to do when I would be making a website for someone that would have to be uploaded online to run, where do I store those images then? The cloud? Because I think that storing someone's website's images on my laptop forever isn't feasible obviously. ( I just need some tips from people with experience because i really want to start freelancing in webpage making Thankyou)

CodePudding user response:

You can host the images on a web server with your website

  • Related