Home > front end >  How to remove the default styles
How to remove the default styles

Time:11-26

The USER AGENT STYLESHEET

CodePudding user response:

It is ok that the CSS reset


Body, h1, h2, h3, h4, h5, and h6, hr, p, blockquote,/* structural elements structure elements */
Dl, dt, dd, ul, ol, li,/* list elements list elements */
The pre,/* text formatting elements text formatting elements */
Fieldset, lengend, button, input, textarea,/* form elements form elements */
Th, td {/* */table elements form element
margin: 0;
Padding: 0;
}
  • Related