검색결과 리스트
2011/09/21 에 해당되는 글 1건
- 2011.09.21 6.10 HTML5 Input Type: Color
2011. 9. 21. 08:30
지금 설명해 드릴 Color 속성도 아직은 Opera 11만 지원하고 있는 기능입니다.
<label for="background-color">Choose a calor for background :</label>
<input id="background-color" type="color" />
현재 지원하는 웹 브라우저는 Opera 11 뿐 입니다.
| Browsers | Color input Support |
|---|---|
| IE 9 | |
| Firefox 4 | |
| Safari 5 | |
| Chrome 8 | |
| Opera 11 | ✓ |
|
|
현재 한국마이크로소프트에서 Evangelist로 근무하고 있으며 국내 유수의 대기업 프로젝트에 참여했던 경험과 Microsoft MVP로 다년간 활동했습니다. |
HTML5 강좌 전체 목록
- HTML5 DocType의 정의
- HTML5 Header stuff
- Audio
- Video
- Canvas
Canvas: Rectangle
Canvas: Shadow
Canvas: Path
Canvas: Image
Canvas: Text - Web form 2.0
Input Attr: Placeholder
Input Attr: Autofocus
Input Attr: Required field
Input Attr: DataList
Input Type: Search
Input Type: Email, URL, Phone
Input Type: Range
Input Type: Number
Input Type: Date
Input Type: Color - Towards Semantic Web
Semantic <mark>
Semantic <time>
Semantic <meter>
Semantic <progress>
Semantic <section>
Semantic <header>
Semantic <footer>
Semantic <nav>
Semantic <article>
Semantic <aside>
댓글을 달아 주세요