I avoid using the defaults with the reset code below:
margin:0px; and padding:0px;
For example, what are the default margins for the heading tag below?
<h1>Header</h1>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s different regarding which browser, thus if you want a pixel-perfect design then practice is to “reset” those values to 0 (margin and padding) and set them yourself.
“CSS reset” is very common to front-end developers, a simple example of one i use :