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

CSS样式_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:07:22
Original
1085 people have browsed it

清除默认样式

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; }



Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template