문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
html:html5 [2011/08/02 13:08] kwon37xi |
html:html5 [2013/10/17 17:44] (현재) kwon37xi |
||
---|---|---|---|
줄 1: | 줄 1: | ||
====== HTML5 ====== | ====== HTML5 ====== | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
- | * [[http:// | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
줄 11: | 줄 13: | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[https:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | ===== 구버전(IE8이하)에서 HTML5 엘리먼트 인식시키기 ===== | ||
+ | 기본 원리는 JavaScript로 HTMLT5 엘리먼트를 생성해주는 것이다. | ||
+ | * [[http:// | ||
+ | * 직접 해보기< | ||
+ | <!--[if lt IE 9]> | ||
+ | <script type=" | ||
+ | document.createElement(' | ||
+ | document.createElement(' | ||
+ | document.createElement(' | ||
+ | document.createElement(' | ||
+ | document.createElement(' | ||
+ | document.createElement(' | ||
+ | .... | ||
+ | </ | ||
+ | < | ||
+ | </ | ||
+ | |||
+ | ===== HTML5 프로젝트 시작하기 ===== | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ |