Answers for "what is the default margin of html"

0

why there's a default margin in html <body>

body {
  margin: 0px;
  padding: 0px;
  ...
}
Posted by: Guest on August-16-2020

Code answers related to "what is the default margin of html"

Browse Popular Code Answers by Language