I am confused about size of body tag in html.
I have a tough code as follows:
<body>
</body>
body{
padding: 0px;
height: 100px;
background-color: #e5e5e5;
}
Why does background cover all of the page?, I thought it should only cover 100px,
Please explain this for me, thank for your help!