Home  >  Article  >  Web Front-end  >  CSS样式_html/css_WEB-ITnose

CSS样式_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:07:221067browse

清除默认样式

body, ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd { margin: 0px; padding: 0px; 

font-size: 12px; font-weight: normal; }

ul { list-style: none; }

img { border-style: none; }



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn