cara meletakkan gambar di sudut kanan atas html

<img src="image.png"/>

img {
   position: absolute;
   top: 0px;
   right: 0px;
}
MitchAloha