Hi, why we set the BODY height bigger than HTML height?

html{
height:100%;
}
body{
min-height:100%;
}

Hi there ,please be a bit specific,what’s the problem?