[Programming/HTML|CSS] 많이 사용하는 StyleSheet 초기화 코드
모든 HTML 페이지의 첫 번째 스타일시트는 초기화 코드로 시작한다. 초기화 코드는 모든 웹 브라우저에서 동일한 출력 결과를 만드는데 사용한다.
다음은 전 세계적으로 많이 사용하는 초기화 코드이다.
Eric Meyer's Reset CSS
meyerweb.com/eric/tools/css/reset/
CSS Tools: Reset CSS
CSS Tools: Reset CSS The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on. The general reasoning behind this was discussed in a May 2007 post, if you're inter
meyerweb.com
HTML5 Doctor Reset stylesheet
html5doctor.com/html-5-reset-stylesheet/
HTML5 Reset Stylesheet | HTML5 Doctor
We’ve had a number of people ask about templates, boilerplates, and styling for HTML 5. Last week, Remy introduced some basic boilerplates for HTML 5, so to keep the momentum going, I’ve modified Eric Meyer’s CSS reset for you to use in your HTML 5 p
html5doctor.com
YUI 3 CSS Reset
cssdeck.com/blog/scripts/yahoo-css-reset-yui-3/
Yahoo! (YUI 3) Reset CSS | CSS Reset
Yahoo! YUI 3 is a next-generation JavaScript / CSS library, written collectively by the Yahoo! Developer Network, which also powers the Yahoo! homepage. It incorporates over five years of dedicated library development by Yahoo!, and includes core CSS/JS co
cssdeck.com