What's the correct way to display a local image on a website?

<img src="image.png"><img local="image.png">

Sweet!

Local images and images from a URL are both displayed with the src attribute.