Tell us what’s happening:
I was doing about Marie Curie and i took some nice images’ url from google but it doesn’t seem to work! I would love to receive your respons soon! Thanks ! Your code so far
I’ve now doing some last challenges before receiving my Responsive Web Design certificate.
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36
Hey! You can click use google to search for an image, then right click on “copy image link” to save it’s url which you can use to set an absolute url to the image on your webpage. Alternatively, you can download it locally using the “save image as” option and use it as a relative url.
However you could get in trouble if you use images off of google without having the proper knowledge of their usage rights.
I would suggest searching for images with a CC0 license which you can use freely. for example here’s an image of marie curie which is available on wikemedia.
Thanks a lot for replying! But I dont really understand with CC0 license nor downloading then use it. Still I tried your images link and it still seems doesn’t work either. (I wonder if this this involed which I have been using a web called ‘Avast Secure Browser’). Thanks! And I’m sorry about my lack of acknowledgement about these.
if it still does not work i think you might have a problem with your browser.
and CC0 is the short form for creative commons license. basically, you can not use a person’s image if you do not have their permission but if an image on the internet has this license, you can do whatever you want with it.
and if you want a refresher on how to use images in html, I would suggest going through this article.