과정1) css에 h1{속성}을 추가
.h1{ font-weight: 600; margin-top: 0; margin-bottom: 0; }h1{ font-weight: 600; margin-top: 0; margin-bottom: 0; }결과 : 속성이 변경되지 않음
과정2) h1의 class를 지정한후 css에 class{속성}을 추가
.title_h { font-weight: 600; margin-top: 0; margin-bottom: 0; }결과 : 속성이 변경됨