My webpage has an image that I want to position at the top of the page.
<HTML>
<HEAD>
<title></title>
<style>
html, body {
margin: 0;
padding: 0;
}
</style>
</HEAD>
<BODY style="background-color:#3baa35;" >
<a href="" ><p align="center"><IMG border=0 src="home.PNG" ></p></a>
</BODY>
</HTML>
However, there is a noticeable gap between the top of the page and the image. How can I adjust the positioning of the image to be at the very top of the page?