<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <title>HTMLタグ辞典</title>
   <link rel="alternate" type="text/html" href="http://html.hushlog.com/" />
   <link rel="self" type="application/atom+xml" href="http://html.hushlog.com/atom.xml" />
   <id>tag:html.hushlog.com,2009://2</id>
   <updated>2008-01-31T10:37:58Z</updated>
   
   <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.34</generator>

<entry>
   <title>noscriptタグ</title>
   <link rel="alternate" type="text/html" href="http://html.hushlog.com/2008/01/noscript.php" />
   <id>tag:html.hushlog.com,2008://2.115</id>
   
   <published>2008-01-31T10:30:23Z</published>
   <updated>2008-01-31T10:37:58Z</updated>
   
   <summary>noscriptタグは、スクリプトを実行しない場合に代替表示する内容を示すタグ。...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="190その他のHTMLタグ" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="900索引" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="914N" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://html.hushlog.com/">
      noscriptタグは、スクリプトを実行しない場合に代替表示する内容を示すタグ。
      近年、noscriptタグを利用した過剰SEOが行われている。通常、noscriptタグはJavaScriptをオンにしていないユーザー等に対して、代替情報を提供するタグです。

たとえば、メニュー表示をJavaScriptで表示しているような場合、JavaScriptをオフにしているユーザーにはメニューが表示されません。こうしたユーザーに対して、noscriptタグを利用して代替メニューを表示するといった使い方があります。


しかしながら、最近は、JavaScriptをサーチエンジンが読み込まないことを利用して、関係ないリンク先などを表示するケースもあります。現在、このことによるペナルティは無いようですが、将来的にはスパムと判定する可能性はあります。
   </content>
</entry>
<entry>
   <title>scriptタグ</title>
   <link rel="alternate" type="text/html" href="http://html.hushlog.com/2008/01/script.php" />
   <id>tag:html.hushlog.com,2008://2.114</id>
   
   <published>2008-01-31T10:26:44Z</published>
   <updated>2008-01-31T10:29:18Z</updated>
   
   <summary>scriptタグは、埋め込みスクリプトを示すタグ。...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="190その他のHTMLタグ" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="900索引" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="919S" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://html.hushlog.com/">
      scriptタグは、埋め込みスクリプトを示すタグ。
      scriptタグは、ページ内にJavaScriptを読み込むなどの目的で用いられます。
   </content>
</entry>
<entry>
   <title>class属性</title>
   <link rel="alternate" type="text/html" href="http://html.hushlog.com/2008/01/class.php" />
   <id>tag:html.hushlog.com,2008://2.113</id>
   
   <published>2008-01-31T10:24:41Z</published>
   <updated>2008-01-31T10:26:08Z</updated>
   
   <summary>class属性はスタイルシートの適用やアンカー、スクリプトなどにおいて特定要素を...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="200属性一覧" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="900索引" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="903C" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://html.hushlog.com/">
      class属性はスタイルシートの適用やアンカー、スクリプトなどにおいて特定要素を指定する場合などに用いられる。ひとつのクラス名を複数の要素で使用することができます。
      
   </content>
</entry>
<entry>
   <title>legendタグ</title>
   <link rel="alternate" type="text/html" href="http://html.hushlog.com/2008/01/legend.php" />
   <id>tag:html.hushlog.com,2008://2.112</id>
   
   <published>2008-01-31T10:21:22Z</published>
   <updated>2008-01-31T10:23:21Z</updated>
   
   <summary>legendタグは、fieldestタグの中で使用することによりグループ化した要...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="160フォーム構造" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="900索引" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="912L" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://html.hushlog.com/">
      legendタグは、fieldestタグの中で使用することによりグループ化した要素についての説明を指定するタグ。
      
   </content>
</entry>
<entry>
   <title>fieldestタグ</title>
   <link rel="alternate" type="text/html" href="http://html.hushlog.com/2008/01/fieldest.php" />
   <id>tag:html.hushlog.com,2008://2.111</id>
   
   <published>2008-01-31T10:17:49Z</published>
   <updated>2008-01-31T10:21:18Z</updated>
   
   <summary>fieldestタグはフォームにおける部品のグループ化を実行するタグ。たとえば質...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="160フォーム構造" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="900索引" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="906F" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://html.hushlog.com/">
      fieldestタグはフォームにおける部品のグループ化を実行するタグ。たとえば質問の内容として関連性のあるフォーム部品をグループ化してわかりやすくすることができます。
      
   </content>
</entry>
<entry>
   <title>labelタグ</title>
   <link rel="alternate" type="text/html" href="http://html.hushlog.com/2008/01/label.php" />
   <id>tag:html.hushlog.com,2008://2.110</id>
   
   <published>2008-01-15T04:46:14Z</published>
   <updated>2008-01-15T05:12:00Z</updated>
   
   <summary>labelタグは、フォーム部品のラベルを表示するタグ。テキスト入力やラジオボタン...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="160フォーム構造" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="900索引" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="912L" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://html.hushlog.com/">
      labelタグは、フォーム部品のラベルを表示するタグ。テキスト入力やラジオボタンといった、フォーム部品とラベルの関連付けができない場合に使用します。
      
   </content>
</entry>
<entry>
   <title>textareaタグ</title>
   <link rel="alternate" type="text/html" href="http://html.hushlog.com/2008/01/textarea.php" />
   <id>tag:html.hushlog.com,2008://2.109</id>
   
   <published>2008-01-15T04:38:05Z</published>
   <updated>2008-01-15T04:45:38Z</updated>
   
   <summary>textareaタグは、複数行のテキスト入力フィールドをフォーム内などに設置する...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="160フォーム構造" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="900索引" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="920T" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://html.hushlog.com/">
      textareaタグは、複数行のテキスト入力フィールドをフォーム内などに設置する為のタグです。主に、rows(縦幅)とcols(横幅)でサイズを決定します。
      <![CDATA[textareaタグは複数行のテキスト入力フィールドを構築します。ちなみに一行テキスト入力フィールドは、input type=&quot;text&quot;で表現します。]]>
   </content>
</entry>
<entry>
   <title>isindexタグ</title>
   <link rel="alternate" type="text/html" href="http://html.hushlog.com/2008/01/isindex.php" />
   <id>tag:html.hushlog.com,2008://2.108</id>
   
   <published>2008-01-15T02:39:38Z</published>
   <updated>2008-01-15T02:42:53Z</updated>
   
   <summary>isindexタグは、検索語句の入力フィールドとして利用するタグ。検索後を入力後...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="160フォーム構造" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="900索引" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="909I" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://html.hushlog.com/">
      <![CDATA[isindexタグは、検索語句の入力フィールドとして利用するタグ。検索後を入力後「enter」で、cgiを始めとした入力後を処理するエージェントに対してデータを渡します。HTML4.01の仕様からは非推奨とされており、現在はinput要素のtype=&quot;text&quot;が推奨されています。]]>
      
   </content>
</entry>
<entry>
   <title>optgroupタグ</title>
   <link rel="alternate" type="text/html" href="http://html.hushlog.com/2008/01/optiongroup.php" />
   <id>tag:html.hushlog.com,2008://2.107</id>
   
   <published>2008-01-15T02:31:23Z</published>
   <updated>2008-01-15T02:38:39Z</updated>
   
   <summary>optgroupタグは、selectタグやoptionタグにより構築される選択型...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="160フォーム構造" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="900索引" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="915O" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://html.hushlog.com/">
      optgroupタグは、selectタグやoptionタグにより構築される選択型メニューリストにおいて、option要素の親要素として、それぞれのoptionのグループ化（グループごとの階層表示）を行うタグです。
      <![CDATA[optiongroupタグを用いた選択型リストは以下のようになります。

<select name="list1">
<optgroup label="1年1組">
<option value="yamada">山田</option>
<option value="suzuki">鈴木</option>
</optgroup>
<optgroup label="1年2組">
<option value="sato">佐藤</option>
<option value="tanaka">田中</option>
</optgroup>
</select> 

サンプルコード
&lt;select name=&quot;list1&quot;&gt;
&lt;optgroup label=&quot;1年1組&quot;&gt;
&lt;option value=&quot;yamada&quot;&gt;山田&lt;/option&gt;
&lt;option value=&quot;suzuki&quot;&gt;鈴木&lt;/option&gt;
&lt;/optgroup&gt;
&lt;optgroup label=&quot;1年2組&quot;&gt;
&lt;option value=&quot;sato&quot;&gt;佐藤&lt;/option&gt;
&lt;option value=&quot;tanaka&quot;&gt;田中&lt;/option&gt;
&lt;/optgroup&gt;
&lt;/select&gt;]]>
   </content>
</entry>
<entry>
   <title>optionタグ</title>
   <link rel="alternate" type="text/html" href="http://html.hushlog.com/2008/01/option.php" />
   <id>tag:html.hushlog.com,2008://2.106</id>
   
   <published>2008-01-15T02:25:55Z</published>
   <updated>2008-01-15T02:31:08Z</updated>
   
   <summary>optionタグは、selectタグの子要素で選択メニューの中身を構成するための...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="160フォーム構造" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="900索引" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="915O" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://html.hushlog.com/">
      optionタグは、selectタグの子要素で選択メニューの中身を構成するためのタグです。
      <![CDATA[selectタグとoptionタグを組み合わせることで以下のような選択型メニューを構築できます。

<select name="list1">
   <option value="yamada">山田</option>
   <option value="suzuki">鈴木</option>
</select>

サンプルコード
&lt;select name=&quot;list1&quot;&gt;
&lt;option value=&quot;yamada&quot;&gt;山田&lt;/option&gt;
&lt;option value=&quot;suzuki&quot;&gt;鈴木&lt;/option&gt;
&lt;/select&gt;]]>
   </content>
</entry>
<entry>
   <title>selectタグ</title>
   <link rel="alternate" type="text/html" href="http://html.hushlog.com/2008/01/select.php" />
   <id>tag:html.hushlog.com,2008://2.105</id>
   
   <published>2008-01-15T02:22:00Z</published>
   <updated>2008-01-15T02:25:31Z</updated>
   
   <summary>selectタグは、フォーム等で、選択式のメニューを構成する要素。selectタ...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="160フォーム構造" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="900索引" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="919S" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://html.hushlog.com/">
      selectタグは、フォーム等で、選択式のメニューを構成する要素。selectタグを利用する上では、その選択肢を作るoptionタグが最低でも一つ以上含まれている必要があります。
      selectタグはあくまでも選択メニューの全体枠を示すタグですので、selectタグ単一でセレクトメニューを構築することはできません。

通常、optionタグを用いて、メニューリストの中身を構築してあげる必要があります。
   </content>
</entry>
<entry>
   <title>buttonタグ</title>
   <link rel="alternate" type="text/html" href="http://html.hushlog.com/2008/01/button.php" />
   <id>tag:html.hushlog.com,2008://2.104</id>
   
   <published>2008-01-15T02:19:40Z</published>
   <updated>2008-01-31T10:24:04Z</updated>
   
   <summary>buttonタグは、inputタグにおけるボタンと機能的にはほぼ同義ですが、内容...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="160フォーム構造" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="902B" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://html.hushlog.com/">
      buttonタグは、inputタグにおけるボタンと機能的にはほぼ同義ですが、内容を持つことができるという特徴があります。画像以外にもテキストをボタンとして表示する事も可能です。
      
   </content>
</entry>
<entry>
   <title>inputタグ</title>
   <link rel="alternate" type="text/html" href="http://html.hushlog.com/2008/01/input.php" />
   <id>tag:html.hushlog.com,2008://2.103</id>
   
   <published>2008-01-15T02:05:47Z</published>
   <updated>2008-01-15T02:19:28Z</updated>
   
   <summary>inputタグは、フォームのコントロールを行うためのタグ。input type=...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="160フォーム構造" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="900索引" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="909I" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://html.hushlog.com/">
      <![CDATA[inputタグは、フォームのコントロールを行うためのタグ。input type=&quot;text&quot;などの指定によりフォームの各部品を生成するために利用します。]]>
      <![CDATA[一行テキスト：type=&quot;text&quot;
チェックボックス：type=&quot;checkbox&quot;
ラジオボタン：type=&quot;radio&quot;
パスワード入力欄：type=&quot;password&quot;
リセットボタン：type=&quot;reset&quot;

などのように、属性値を指定する事で、フォーム内に様々な機能を持たせることが可能となります。]]>
   </content>
</entry>
<entry>
   <title>id属性</title>
   <link rel="alternate" type="text/html" href="http://html.hushlog.com/2007/12/id.php" />
   <id>tag:html.hushlog.com,2007://2.102</id>
   
   <published>2007-12-28T03:42:21Z</published>
   <updated>2007-12-28T03:48:59Z</updated>
   
   <summary>id属性は要素固有の識別を行う属性値です。主にスタイルシートの選択や適用を行うた...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="200属性一覧" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="900索引" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="909I" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://html.hushlog.com/">
      id属性は要素固有の識別を行う属性値です。主にスタイルシートの選択や適用を行うために用います。
      baseやheadなど一部のタグを除きほとんどのタグ要素においてid属性値を利用することができます。なお、idとclassは属性としてほぼ同じ働きをしますが、id属性で固定する属性値は1つのHTMLドキュメントで一箇所しか利用できません。
   </content>
</entry>
<entry>
   <title>formタグ</title>
   <link rel="alternate" type="text/html" href="http://html.hushlog.com/2007/12/form.php" />
   <id>tag:html.hushlog.com,2007://2.101</id>
   
   <published>2007-12-28T03:36:15Z</published>
   <updated>2007-12-28T03:38:03Z</updated>
   
   <summary>formタグはフォームにおける入れ物となる要素。個別のフォームオブジェクトはin...</summary>
   <author>
      <name></name>
      
   </author>
         <category term="160フォーム構造" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="900索引" scheme="http://www.sixapart.com/ns/types#category" />
         <category term="906F" scheme="http://www.sixapart.com/ns/types#category" />
   
   
   <content type="html" xml:lang="ja" xml:base="http://html.hushlog.com/">
      formタグはフォームにおける入れ物となる要素。個別のフォームオブジェクトはinputタグや、selectタグなどで表現します。
      
   </content>
</entry>

</feed>
