Get Rid of Webpage Default Spacing

 

Place below code at the end of the HEAD section of your code.

<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
</style>