# HTML5 Boilerplate로 web frontend 뼈대짜기
HTML5 boilerplate는 빠르고, 튼튼하며, 유연한 웹사이트 제작을 도와주는 템플릿이다. html5웹을 만드는 첫 단계 뼈대를 제공해준다.
https://html5boilerplate.com/
# What is it?
다운을 받아 index.html을 보면
- html5에 최적화된 뼈대
- 간단한 ie대응
- 파비콘
- jQuery
- normalize.css (기본 CSS리셋)
- modernizr (HTML5의 새로운 태그들을 IE8이하에서 인식시키기)
- google analytics 코드스니펫 과 같이 웹 frontend 제작에 널리 쓰이는 라이브러리들이 모아져있다.
# Refer
html5 bolierplate (opens new window)
크로스 브라우징을 위한 HTML5 Boilerplate + 추가 스크립트 by @aliencube (opens new window)
← HTML Label HCJ 필수 구문 →