コンテンツへスキップ
HTMLリファレンス
HTMLの基礎
HTMLタグ
<html>
メタ情報など
セクション
コンテンツのグループ
テキスト
編集
メディアの埋め込み
- <img>(画像)
- <audio>(音声)
- <video>(動画)
- <source>(ソース)
- <iframe>(インラインフレーム)
- <embed>(埋め込み)
- <object>(埋め込み)
- <param>(パラメータ)
スクリプト関連
- <script>(スクリプト)
- <nosript>(スクリプトが実行されない時に表示)
図
- <map>(図の描画)
- <area>(図の描画)
- <canvas>(図の描画)
表
- <table>(表)
- <thead>(表のヘッダー)
- <tbody>(表のボディ)
- <tfoot>(表のフッター)
- <tr>(表の列)
- <th>(表の見出し)
- <td>(表のデータ)
- <col>(表の縦の列)
- <colgroup>(<col>のグループ>)
- <caption>(表のキャプション)
フォーム
- <form>(フォーム)
- <input>(入力フォーム)
- <button>(ボタン)
- <textarea>(テキストエリア)
- <select>(セクレトボックス)
- <option>(セレクトボックスの選択肢)
- <optgroup>(<option>のグループ)
- <label>(ラベル)
- <datalist>(データリスト)
- <fieldset>(グループ化)
- <legend>(<fieldset>のキャプション)
- <keygen>(暗号化)
- <output>(計算結果)
- <progress>(進行状況)
- <meter>(値)
メニュー
- <summary>(概要)
- <datails>(詳細)
- <menu>(メニュー)
HTML属性の一覧
- id
- class
- style
- contenteditable
- dir
- lang
- tabindex
- accesskey
- autocapitalize
- contextmenu
- hidden
- translate
HTMLの用語集
- 特殊文字
- HTML5
- XHTML
- DOM
- HTMLメール
- ブロック要素とインライン要素
- viewport
HTML関連の情報
廃止されたHTMLタグ
- <applet>
- <bgsound>
- <big>
- <blink>
- <center>
- <command>
- <comment>
- <font>
- <frame>
- <frameset>
- <hgroup>
- <ilayer>
- <isindex>
- <layer>
- <listening>
- <nobr>
- <noembed>
- <noframes>
- <nolayer>
- <plaintext>
- <spacer>
- <strike>
- <xmp>