0517 / reset_and_common.css
- reset_and_common.html DOCTYPE html> Document 웹기초 reset 세팅 html, body 에 들어가는 여백 초기화 div, 제목, 내용, 이미지, 리스트 여백, 선 초기화 list의 앞에 들어가는 list-style 제거 a요소의 글씨색, 밑줄 제거 ------------------------------------------------------------------------------- - reset.css @charset "UTF-8"; /* reset.css */ html, body { width:100%; height:100%; margin:0; padding:0; } h1, h2, h3, h4, h5, h6, p,pre,blockquote,address, ..