How do we know <img src="earth.png"> is trying to access a local file?

Because there's no URL in the src attributeBecause the tag has no href attribute

We know <img src="earth.png"> is accessing a local file because `"earth.png" is no URL.