Can someone explain me this, why it doesn't show image? Note: If i remove <!DOCTYPE html>
it will show image.
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="header">
<div class="box">
</div>
</section>
</body>
</html>
CSS
.box
{
background-image: url(background1.jpeg);
width: 100%;
height: 100%;
}