On http://internet.org there is an image of a world map showing internet access across the world.
I like this image and want to get it. I cannot use take a screenshot because there is text in the way. I can't find any tags. How do I obtain the image?
If you have developer tools on your browser, you can right click and then inspect element
.
It will come up with something like this (assuming you're using chrome).

Here is Firefox's dev tools:

On the right, you can see there are CSS properties. Under background-image:
you see there is a url
and then a link to a photo.
That photo is the world map.
Here is the image link: Here