좋은 코드란 #효율적 #확장성 #유지보수용이 #가독성
console.log()
지우기idㆍclass명
, 변수명
, 함수명
직관적으로 작성하기<article> // 본문
<h1>셀프 리팩토링</h1>
<p>셀프 리팩토링이란 무엇인가?</p>
</article>
<img alt="이미지 설명" src"소스위치" class="클래스명" />
<br />
<hr />
<img />
<meta />
<link />
<input />
- Layout Properties (position, float, clear, display, justify-content) : 전체 크기 설정
- Box Model Properties (width, height, margin, padding)
- Visual Properties (color, background, border, box-shadow)
- Typography Properties (font-size, font-family, text-align, text-transform)
- Misc Properties (cursor, overflow, z-index)
block은 기본값이 width: 100%임.