1) I have this image from another website that i want to show in my html page, but it does not work. 2) However if I open a new tab in the browser, take that link and put it in the url, I can see the image. 3) If I do 2 first and then 1, i can see the image in my page, but not if I clear the cache after 1 Any idea how to see the image from my html code ? Thanks
<html>
<head>
</head>
<body>
<img id="imgMap" src="https://uk-air.defra.gov.uk/assets/meto-maps/20170319_day1.png" width="60%" border=1 ></img>
</body>
</html>