html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

에릭마이어의 CSS초기화 가장 인기가 많은듯


원글 http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/


'PROGRAM > CSS' 카테고리의 다른 글

자바스크립트 CSS 속성 비교표  (0) 2013.02.18
구글 나눔 웹폰트 적용방법  (0) 2013.02.08
마우스 오버 / 아웃 이미지  (0) 2013.01.30
내가 사용하는 CSS초기화와 기본세팅  (0) 2013.01.09
font 속기 속성  (0) 2013.01.02