시작하기. 무료입니다
또는 회원 가입 e메일 주소
HTML5 저자: Mind Map: HTML5

1. Local storage

2. Browser issues

2.1. In IE all elements as inline

2.1.1. Need to specify in CSS - design: block

3. New tags

3.1. hgroup for hrs

3.2. Figure element for images

3.3. audio

3.4. video

3.4.1. preload feature

3.4.2. controls attribute

3.5. canvas

4. Has not

4.1. Geolocation

4.2. WebSQL

4.2.1. too complex

5. Easy doctype

5.1. <!DOCTYPE html>

6. 'type' for scripts and links now isn't needed

7. Attributes

7.1. autofocus

7.2. 'required' attribute

7.2.1. Example

7.2.1.1. required="required'

7.3. 'contenteditable' attribute

7.4. regexp for input

8. drag n drop

9. Cross-document messaging