Home › HTML・XHTMLリファレンス
要素名 |
略語 |
機能 |
主な属性 |
備考 |
種別 |
|---|---|---|---|---|---|
| <a> | anchor | ハイパーリンク アンカー |
href="url" target="_blankなど" id="フラグメント識別子" |
- | インライン |
| <abbr> | abbreviated form | 省略語 | title="正式名称(フルスペル)" | 一文字ずつ発音する語 | インライン |
| <acronym> | acronym | 頭字語 | title="正式名称(フルスペル)" | ひとつの単語として発音する語 | インライン |
| <br> | forced line break | 改行 | - | 空要素 <br /> | インライン |
| <cite> | citation | 引用元 | - | - | インライン |
| <del> | deleted text | 削除文 | datetime="削除した日時" cite="削除の根拠となurl等" |
テキストに打ち消し線が引かれる | インライン |
| <dfn> | instance definition | 定義語 | - | dl要素と異なり文章中で定義語を示す | インライン |
| <em> | emphasis | 強調 | - | デフォルトで太字が適用 | インライン |
| <img> | image | 画像 | img src="url" alt="代替テキスト" |
空要素 | インライン |
| <ins> | inserted text | 追加文 | datetime="追加した日時" cite="追加の根拠となるurl等" |
テキストに下線が引かれる | インライン |
| <q> | short inline quotation | 引用文 | cite="引用元のurl" | blockquote要素と異なり文章中で示す | インライン |
| <strong> | strong emphasis | より強い強調 | - | デフォルトで太字が適用 | インライン |
| <sub> | image | 上付き文字 | - | - | インライン |
| <sup> | superscript | 下付き文字 | - | - | インライン |
| <span> | span | グループ化 | - | - | インライン |
| <ruby> | ruby | ルビ(ふりがな)の定義 | - | ベーステキストは rb要素、ルビテキストは rt要素で記述 | インライン |
| <h1~h6> | heading | 見出し | - | h1(大見出し)は原則として1文書にひとつ | ブロックレベル |
| <p> | paragraph | 段落 | - | - | ブロックレベル |
| <ul> | unorderd list | 箇条書きリスト | - | li要素でリスト項目を定義 | ブロックレベル |
| <ol> | orderd list | 番号リスト | - | li要素でリスト項目を定義 | ブロックレベル |
| <dl> | definition list | 定義型リスト | - | dt要素とdd要素でリスト項目を定義 | ブロックレベル |
| <blockquote> | block-level quotation | 引用文 | - | - | ブロックレベル |
| <pre> | preformatted text | 整形済みテキスト | - | code要素と組み合わせてソースコードの表記等に使われる | ブロックレベル |
| <code> | code | コード | - | スクリプトなどのソースコードを示す | インライン |
| <address> | address | 作成者情報(連絡先) | href="url" | フッター情報として氏名やメールアドレスなどを記す | ブロックレベル |
| <hr> | horizontal rule | 横罫線 | - | 空要素 <hr /> | ブロックレベル |
| <div> | division | グル―プ化(分割) | id="識別子" class="クラス名" |
- | ブロックレベル |
| <head> | head | ヘッド要素 | - | title要素やmeta要素を含む | 基本構造 |
| <html> | hyper text markup language | ルート要素 | xmlns="XML名前空間" lang="言語コード" xml:lang="言語コード" |
最上位要素でhead要素とbody要素を含む | 基本構造 |
| <form> | form | フォームの定義 | action="(cgi等のURL)" method="get | post" |
fieldset要素、legend要素などを含む | フォーム |
| <input> | input | 基本的なフォームコントロール | type="text | radio | reset | submit など制御の種類" name="各パラメータ(名前)" value="値" size="幅" |
- | フォーム |
| <serect> | serect | セレクトメニュー | name="各パラメータ(名前)" size="行数" | option要素、optgroup要素などを含む | フォーム |
| <table> | table | 表の定義 | summary="表の概要など" border="数値" cellspacing="数値" cellpadding="数値" |
th要素、tr要素、td要素などを含む | 表 |
| <th> | table header cell | 表の見出し | colspan="数値" rowspan="数値" scope="row | col など" nowrap="nowrap" |
- | 表 |
| <meta> | meta | メタデータの指定 | http-equiv="Content-Type" content="text/html; charset=Shift_JIS" name="description" | - | 基本情報 |
WNI
information for web designers
Copyright 2012.webnote.info, some rights reserved.
In order to view this website, I recommend using the newest web browser which supports CSS3.
Even if you use a recommended web browser, the website may not be displayed correctly under some browser settings.