How do I put a logo in the top right corner in HTML?
Try using float: right; and a new div for the top so that the image will stay on top.
How do I align an image to the top right?
Image alignment is used to move the image at different locations (top, bottom, right, left, middle) in our web pages. We use <img> align attribute to align the image. It is an inline element.