Difference between r1.7 and the current
@@ -1,7 +1,7 @@
[[pagelist(html5)]]
[[TableOfContents]]
== HTMP5에 추가된 API ==
== figure ==
[[TableOfContents]]
= HTMP5에 추가된 API =
* HTML5는 사용자의 편의를 위한 다양한 요소를 제공한다.== figure ==
@@ -33,16 +33,16 @@
== iframe ==
* iframe은 내부에 포함된 콘텐츠를 표시할때 사용한다.
== microdata ==
* http://blog.naver.com/zimny327?Redirect=Log&logNo=90092307426
* http://www.w3.org/TR/html5/microdata.html
== DOM&API ==
* http://cafe.naver.com/tonkjsp.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=1727
== 참조 ==
* http://siana.tistory.com/
* iframe은 내부에 포함된 콘텐츠를 표시할때 사용한다.
= microdata =
* element에 이름과 값을 설정하여 이를 데이터로 활용할수 있다.* http://blog.naver.com/zimny327?Redirect=Log&logNo=90092307426
* http://www.w3.org/TR/html5/microdata.html
= DOM&API =
* DOM 조작을 편리하게 해주는 메서드* http://cafe.naver.com/tonkjsp.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=1727
= 참조 =
* http://www.quackit.com/html_5/tags/* http://siana.tistory.com/
- html5
- html5/VA
- html5/canvas
- html5/drag-and-drop
- html5/form
- html5/geolocation
- html5/offline-web-application
- html5/others-api
- html5/outline
- html5/overview
- html5/richtext-edit
- html5/video&audio
- html5/web-storage
- html5/web-workers
- html5/webSqlDatabase
- html5/websocket
- html5/문제점
- html5practice/roundRect
- html5practice/즐겨찾기목록만들기
1.2. embed ¶
- 플러그인을 표현할때 사용한다 동영상 음악등을 통합하여 표현할때 사용한다.
- embed엘리먼트에는 자식엘리먼트를 사용할 수 없다. 단일하게 embed만으로 종료한다
- html5오면서 변화한점은 이전에 비해 embed엘리먼트가 정식등록된점-그전까지는 object 엘리먼트로 대체하도록
권유되어왔다. 그리고 align엘리먼트역시 css로 대체된 점이다.
2. microdata ¶
- element에 이름과 값을 설정하여 이를 데이터로 활용할수 있다.
- http://blog.naver.com/zimny327?Redirect=Log&logNo=90092307426
- http://www.w3.org/TR/html5/microdata.html
3. DOM&API ¶
- DOM 조작을 편리하게 해주는 메서드
- http://cafe.naver.com/tonkjsp.cafe?iframe_url=/ArticleRead.nhn?articleid=1727