I have a <div>
that includes a background image like this:
<div style="
background: url('file://D:/DwyaneJohnsonBaller.jpg');
width:100%;
height:1200px;
background-size: 100%;">
</div>
I've also tried to make the style of the <div/>
in CSS format.
The problem I'm facing is that when I display the HTML file, I find some white spacing from top, right, left and bottom (i.e not fit with the whole web page).