概要
HTML5の新要素をまとめます
新規追加タグ
| タグ名 | 内容 |
|---|---|
| section | セクション |
| nav | ナビゲーション |
| article | 記事 |
| aside | 補足的内容 |
| hgroup | セクション見出し |
| header,footer | ヘッダー、フッダー |
| figure | 図表 |
| time | 時間 |
| mark | 強調 |
| meter | 規定範囲内の測定値 |
| ruby | かな |
| input type="search" | 検索ワード入力欄 |
| input type="tel" | 電話番号入力欄 |
| input type="url" | URL入力欄 |
| input type="datetime" | カレンダーUIで日時の入力 |
| input type="date" | カレンダーUIで日付の入力 |
| input type="month" | カレンダーUIで年月の入力 |
| input type="week" | カレンダーUIで週の入力 |
| input type="time" | 時間入力欄 |
| input type="email" | email入力欄 |
| input type="range" | 範囲入力欄 |
| input type="number" | 数値入力欄 |
| input type="color" | 色入力欄 |
| progress | 進行状況 |
| canvas | Canvasに交差点を描く |