Image provider

The html course show the code line to add images with the URL, but where can I get images from If I want to build an website and deploy it?

you can get this images from wherever you want, from the internet (be aware of copy right) or from your own computer. Simply upload them to the server where you deployed your website, and use <img src="url">

the url is then a relative or absolute path to where the image is located

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.