I would like to take a logo image, centre it exactly in the middle of the screen, when keeping the image in its original size. Then right under that image (- 5px down), put a small text line, where I choose its font.
Everything is messed up when I am trying to do that, so I will put the basic. How can I achieve this simple goal?
<html>
<body>
<img src="images/logoBlackBig.png" alt="W3Schools.com" >
</body>
</html>