Recently, I created a basic html
file.
<h1 class="one">Hello</h1>
While inspecting the margin for the body
element in Firefox (version 90.0.2 64 bit), I noticed it was set to 8px
. Curiously, this value seemed to originate from the default browser style sheet. Further investigation led me to the default style sheet located at
resource://gre-resources/forms.css
in Firefox. However, upon examination, I couldn't pinpoint where the margin: 8px
for the body
element was specified. Can someone shed light on this mystery?