I have a div and in the div i have placed an image. I am trying to position that div in the center of the page but am unable to. Please help me. Thanks !
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        .bannerimage {
            margin: 0 auto;
        }
    </style>
</head>
<body>
    <div class="bannerimage">
        <img src="images/mailer2.jpg">
    </div>
</body>
 
     
     
     
     
     
    