<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style>
body {
background-color: yellow;
}
#div1 {
background-color: red;
width: 100%;
height: 240px;
margin: 80px 0 0 0;
padding: 0 0 0 0;
}
</style>
</head>
<body>
<div id="div1">
</div>
</body>
</html>
1.189 views
Kan iemand me vertellen waarom bij dit simpel html bestandje de browser zowel links als rechts een kleine margin in acht neemt tov. de background?