HTML の共通タグと属性

リリース: 2019-10-26 13:03:17
オリジナル
8573 人が閲覧しました

HTML の共通タグと属性

#HTML のタグと属性

HTML ページ構造


##タグ#説明ドキュメント タイプを定義します。 HTML ドキュメントを定義します。 </tr> <tr>ドキュメントのタイトルを定義します。 <td style="border-color: rgb(221, 221, 221);" width="372"></td> <td style="border-color: rgb(221, 221, 221);" width="438"></td><body></tr> <tr>ドキュメントの本文を定義します。 <td style="border-color: rgb(221, 221, 221);" width="372"></td> <td style="border-color: rgb(221, 221, 221);" width="438"></td><h1> ~ <h6></tr> <tr>HTML タイトルを定義します。 <td style="border-color: rgb(221, 221, 221);" width="372"></td> <td style="border-color: rgb(221, 221, 221);" width="438"></td><p></tr> <tr>段落を定義します。 <td style="border-color: rgb(221, 221, 221);" width="372"></td> <td style="border-color: rgb(221, 221, 221);" width="438"></td><br></tr> <tr>単純な改行を定義します。 <td style="border-color: rgb(221, 221, 221);" width="372"></td> <td style="border-color: rgb(221, 221, 221);" width="438"></td><hr></tr> <tr>水平線を定義します。 <td style="border-color: rgb(221, 221, 221);" width="372"></td> <td style="border-color: rgb(221, 221, 221);" width="438"></td><!--...--></tr> <tr>コメントを定義します。 <td style="border-color: rgb(221, 221, 221);" width="372"></td> <td style="border-color: rgb(221, 221, 221);" width="438"></td> </tr>#フォーム</tbody> </table> <p><strong></strong><br>## タグ</p> <table width="811">説明<thead> <tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="254"></th> <th style="border-color: rgb(221, 221, 221);" width="556"></th><form></tr> </thead>ユーザー入力用の HTML フォームを定義します。 <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"></td><input><td style="border-color: rgb(221, 221, 221);" width="556"></td>入力コントロールを定義します。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"></td><textarea><td style="border-color: rgb(221, 221, 221);" width="556"></td>複数行のテキスト入力コントロールを定義します。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"></td><ボタン><td style="border-color: rgb(221, 221, 221);" width="556"></td>ボタンを定義します。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"></td><select><td style="border-color: rgb(221, 221, 221);" width="556"></td>選択リスト (ドロップダウン リスト) を定義します。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"></td><optgroup><td style="border-color: rgb(221, 221, 221);" width="556"></td>選択リスト内の関連オプションの組み合わせを定義します。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"></td><オプション><td style="border-color: rgb(221, 221, 221);" width="556"></td>選択リストでオプションを定義します。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"></td><label><td style="border-color: rgb(221, 221, 221);" width="556"></td>入力要素のラベルを定義します。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"></td><フィールドセット><td style="border-color: rgb(221, 221, 221);" width="556"></td>フォーム内の要素の周囲に境界線を定義します。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"></td><legend><td style="border-color: rgb(221, 221, 221);" width="556"></td>fieldset 要素のタイトルを定義します。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"></td><datalist><td style="border-color: rgb(221, 221, 221);" width="556"></td>ドロップダウン リストを定義します。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"></td><keygen><td style="border-color: rgb(221, 221, 221);" width="556"></td>生成されたキーを定義します。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"></td><出力><td style="border-color: rgb(221, 221, 221);" width="556"></td>いくつかのタイプの出力を定義します。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="254"></td> <p><strong>フレーム</strong></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="225"> タグ</th> <th style="border-color: rgb(221, 221, 221);" width="585">説明</th> </tr></thead> <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="225"><frame></td> <td style="border-color: rgb(221, 221, 221);" width="585">フレームセットを定義するウィンドウまたはフレーム。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="225"><フレームセット></td> <td style="border-color: rgb(221, 221, 221);" width="585">フレームセットを定義します。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="225"><noframes></td> <td style="border-color: rgb(221, 221, 221);" width="585">フレームをサポートしないユーザー向けに代替コンテンツを定義します。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="225"><iframe></td> <td style="border-color: rgb(221, 221, 221);" width="585">インライン フレームを定義します。 </td> </tr> </tbody> </table> <p>#画像<strong></strong></p> <table width="811"> <thead>##タグ<tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="232">説明</th> <th style="border-color: rgb(221, 221, 221);" width="578"> </th> </tr> </thead> <tbody><img><tr> <td style="border-color: rgb(221, 221, 221);" width="232">画像を定義します。 </td> <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr><map><tr> <td style="border-color: rgb(221, 221, 221);" width="232">画像マッピングを定義します。 </td> <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr><エリア><tr> <td style="border-color: rgb(221, 221, 221);" width="232">イメージ マップ内のエリアを定義します。 </td> <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr><キャンバス><tr> <td style="border-color: rgb(221, 221, 221);" width="232">グラフィックを定義します。 </td> <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr><figcaption><tr> <td style="border-color: rgb(221, 221, 221);" width="232">Figure 要素のタイトルを定義します。 </td> <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr><図><tr> <td style="border-color: rgb(221, 221, 221);" width="232">メディア コンテンツのグループとそのタイトルを定義します。 </td> <td style="border-color: rgb(221, 221, 221);" width="578"></td> </tr> </tbody>#リンク</table> <p><strong></strong></p>##タグ<table width="811"> <thead>説明<tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="198"></th> <th style="border-color: rgb(221, 221, 221);" width="612"></th><a></tr> </thead>アンカーを定義します。 <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="198"></td><link><td style="border-color: rgb(221, 221, 221);" width="612"></td>ドキュメントと外部リソースの間の関係を定義します。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="198"></td><nav><td style="border-color: rgb(221, 221, 221);" width="612"></td>ナビゲーション リンクを定義します。 </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="198"></td> <p>#リスト<strong></strong><br></p> <table width="811"> <thead><tr class="firstRow"> タグ<th style="border-color: rgb(221, 221, 221);" width="208"></th>説明<th style="border-color: rgb(221, 221, 221);" width="602"></th> </tr></thead> <tbody> <tr>##<ul><td style="border-color: rgb(221, 221, 221);" width="208"></td>順序なしリストを定義します。 <td style="border-color: rgb(221, 221, 221);" width="602"></td> </tr> <tr><ol><td style="border-color: rgb(221, 221, 221);" width="208"></td>順序付きリストを定義します。 <td style="border-color: rgb(221, 221, 221);" width="602"></td> </tr> <tr><li><td style="border-color: rgb(221, 221, 221);" width="208"></td>リストの項目を定義します。 <td style="border-color: rgb(221, 221, 221);" width="602"></td> </tr> <tr><dir><td style="border-color: rgb(221, 221, 221);" width="208"></td>非推奨。ディレクトリリストを定義します。 <td style="border-color: rgb(221, 221, 221);" width="602"></td> </tr> <tr><dl><td style="border-color: rgb(221, 221, 221);" width="208"></td>定義定義リスト。 <td style="border-color: rgb(221, 221, 221);" width="602"></td> </tr> <tr><dt><td style="border-color: rgb(221, 221, 221);" width="208"></td>定義リストの項目を定義します。 <td style="border-color: rgb(221, 221, 221);" width="602"></td> </tr> <tr><dd><td style="border-color: rgb(221, 221, 221);" width="208"></td>定義リスト内の項目の説明を定義します。 <td style="border-color: rgb(221, 221, 221);" width="602"></td> </tr> <tr><menu><td style="border-color: rgb(221, 221, 221);" width="208"></td>コマンドのメニュー/リストを定義します。 <td style="border-color: rgb(221, 221, 221);" width="602"></td> </tr> <tr><menuitem><td style="border-color: rgb(221, 221, 221);" width="208"></td>ユーザーがポップアップ メニューから呼び出すことができるコマンド/メニュー項目を定義します。 <td style="border-color: rgb(221, 221, 221);" width="602"></td> </tr> <tr><command><td style="border-color: rgb(221, 221, 221);" width="208"></td>コマンド ボタンを定義します。 <td style="border-color: rgb(221, 221, 221);" width="602"></td> </tr> </tbody> </table>#テーブル<p><strong></strong></p> <table width="811">##タグ<thead><tr class="firstRow">説明<th style="border-color: rgb(221, 221, 221);" width="239"></th> <th style="border-color: rgb(221, 221, 221);" width="571"></th> </tr></thead><table><tbody> <tr>テーブルの定義<td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"></td><caption></tr> <tr>テーブルのタイトルを定義します。 <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571">#<th></td> </tr>テーブルのヘッダー セルを定義します。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"><tr></td> </tr>テーブル内の行を定義します。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"><td></td> </tr>テーブル内のセルを定義します。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"><thead></td> </tr>テーブル内のヘッダーの内容を定義します。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"><tbody></td> </tr>テーブル内の本文の内容を定義します。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"><tfoot></td> </tr>表に表の注記の内容 (脚注) を定義します。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"><col></td> </tr>テーブル内の 1 つ以上の列の属性値を定義します。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"><colgroup></td> </tr>書式設定するテーブル内の列グループを定義します。 <tr> <td style="border-color: rgb(221, 221, 221);" width="239"></td> <td style="border-color: rgb(221, 221, 221);" width="571"> <p><strong>スタイル/セクション</strong></p> <table width="811"> <thead><tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="239">タグ</th> <th style="border-color: rgb(221, 221, 221);" width="571">説明</th> </tr></thead> <tbody> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><style></td> <td style="border-color: rgb(221, 221, 221);" width="571">ドキュメントのスタイル情報を定義します。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><div></td> <td style="border-color: rgb(221, 221, 221);" width="571">ドキュメント内のセクションを定義します。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><span></td> <td style="border-color: rgb(221, 221, 221);" width="571">ドキュメント内のセクションを定義します。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><header></td> <td style="border-color: rgb(221, 221, 221);" width="571">セクションまたはページのヘッダーを定義します。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><footer></td> <td style="border-color: rgb(221, 221, 221);" width="571">セクションまたはページのフッターを定義します。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><セクション></td> <td style="border-color: rgb(221, 221, 221);" width="571">セクションを定義します。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><記事></td> <td style="border-color: rgb(221, 221, 221);" width="571">記事を定義します。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><aside></td> <td style="border-color: rgb(221, 221, 221);" width="571">ページ コンテンツの外側にコンテンツを定義します。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><details></td> <td style="border-color: rgb(221, 221, 221);" width="571">要素の詳細を定義します。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><ダイアログ></td> <td style="border-color: rgb(221, 221, 221);" width="571">ダイアログ ボックスまたはウィンドウを定義します。 </td> </tr> <tr> <td style="border-color: rgb(221, 221, 221);" width="239"><summary></td> <td style="border-color: rgb(221, 221, 221);" width="571"><details> 要素の表示タイトルを定義します。 </td> </tr> </tbody> </table> <p>#メンバー情報<strong></strong></p> <table width="811"> <thead>## タグ<tr class="firstRow"> <th style="border-color: rgb(221, 221, 221);" width="173">説明</th> <th style="border-color: rgb(221, 221, 221);" width="637"></th> </tr> </thead><head><tbody> <tr>ドキュメントに関する情報を定義します。 <td style="border-color: rgb(221, 221, 221);" width="173"></td> <td style="border-color: rgb(221, 221, 221);" width="637"></td><meta></tr> <tr>HTML ドキュメントに関するメタ情報を定義します。 <td style="border-color: rgb(221, 221, 221);" width="173"></td> <td style="border-color: rgb(221, 221, 221);" width="637"></td><base></tr> <tr>ページ内のすべてのリンクのデフォルトのアドレスまたはデフォルトのターゲットを定義します。 <td style="border-color: rgb(221, 221, 221);" width="173"></td> <td style="border-color: rgb(221, 221, 221);" width="637"></td><basefont></tr> <tr>廃止されました。ページ上のテキストのデフォルトのフォント、色、またはサイズを定義します。 <td style="border-color: rgb(221, 221, 221);" width="173"></td> <td style="border-color: rgb(221, 221, 221);" width="637"></td> <div><div id="cnblogs_post_body">#属性<strong></strong><table width="778" style="width: 811px;"> <thead>##属性名<tr class="header firstRow"> <th style="border-color: rgb(221, 221, 221);" width="105">英語</th> <th style="border-color: rgb(221, 221, 221);" width="107">英語の意味</th> <th style="border-color: rgb(221, 221, 221);" width="218">値</th> <th style="border-color: rgb(221, 221, 221);" width="193">アプリケーション シナリオ</th> <th style="border-color: rgb(221, 221, 221);" width="169"></th> </tr> </thead> <tbody>src<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">SouRCe</td> <td style="border-color: rgb(221, 221, 221);" width="107">リソースの場所</td> <td style="border-color: rgb(221, 221, 221);" width="218">リソース パス</td> <td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr>境界線<tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">境界線</td> <td style="border-color: rgb(221, 221, 221);" width="107">境界線</td> <td style="border-color: rgb(221, 221, 221);" width="218">数値 (ピクセル)</td> <td style="border-color: rgb(221, 221, 221);" width="193"> </td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td>#サイズ</tr> <tr class="odd">サイズ<td style="border-color: rgb(221, 221, 221);" width="105"></td>サイズ<td style="border-color: rgb(221, 221, 221);" width="107"></td>数値 (ピクセル)<td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"> <br>##幅</td> </tr>幅<tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">幅</td> <td style="border-color: rgb(221, 221, 221);" width="107">数値 (ピクセル)</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"> <br>高さ</td> </tr>高さ<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">高さ</td> <td style="border-color: rgb(221, 221, 221);" width="107">数値 (ピクセル)</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"> <br>bgcolor</td> </tr>BackGround COLOR<tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">背景色</td> <td style="border-color: rgb(221, 221, 221);" width="107">色の値: rea または #ffffff</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"> <br>##背景</td> </tr>背景<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">背景画像</td> <td style="border-color: rgb(221, 221, 221);" width="107">画像パス</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"> <br>リスト- style</td> </tr>list-style<tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">リストのすべてのプロパティを設定します</td> <td style="border-color: rgb(221, 221, 221);" width="107"></td> <td style="border-color: rgb(221, 221, 221);" width="218"></td>List<td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169"> list-style-image</td> </tr>list-style-image<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">画像をリスト項目タグとして設定</td> <td style="border-color: rgb(221, 221, 221);" width="107">なし</td>url<td style="border-color: rgb(221, 221, 221);" width="218"></td>list <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169">list-style-type</td> </tr>list-style-type<tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">リスト項目マークのタイプを設定します</td> <td style="border-color: rgb(221, 221, 221);" width="107">Disc(黒丸)</td>丸(白丸)<td style="border-color: rgb(221, 221, 221);" width="218">正方形(黒四角)</td> <td style="border-color: rgb(221, 221, 221);" width="169">リスト</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">行の高さ</td> <td style="border-color: rgb(221, 221, 221);" width="107">行の高さ</td> <td style="border-color: rgb(221, 221, 221);" width="218">行の高さ(行間隔)</td> <td style="border-color: rgb(221, 221, 221);" width="193">数値 (ピクセル)</td> <td style="border-color: rgb(221, 221, 221);" width="169">複数行テキストのレイアウト</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">text-align</td> <td style="border-color: rgb(221, 221, 221);" width="107">text-align</td> <td style="border-color: rgb(221, 221, 221);" width="218">配置</td>#左、右、中央<td style="border-color: rgb(221, 221, 221);" width="193">#さまざまな要素の配置</td> <td style="border-color: rgb(221, 221, 221);" width="169"></td> </tr>letter-spacing<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">letter-spacing</td> <td style="border-color: rgb(221, 221, 221);" width="107">文字間隔</td> <td style="border-color: rgb(221, 221, 221);" width="218">数字 (ピクセル)</td> <td style="border-color: rgb(221, 221, 221);" width="193">文字間の間隔を広げる</td> <td style="border-color: rgb(221, 221, 221);" width="169"></td> </tr>text-decoration<tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">text-decoration</td> <td style="border-color: rgb(221, 221, 221);" width="107">テキストの変更</td> <td style="border-color: rgb(221, 221, 221);" width="218">下線、なし</td> <td style="border-color: rgb(221, 221, 221);" width="193">下線、下線などを追加します。</td> <td style="border-color: rgb(221, 221, 221);" width="169"></td> </tr>margin-top<tr class="odd">(right、bottom 、左)<td style="border-color: rgb(221, 221, 221);" width="105"><br></td> <td style="border-color: rgb(221, 221, 221);" width="107"> <br>#マージン</td>#数値 (ピクセル)<td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169"> <br># #padding -top</td>(右、下、左)</tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105"><br></td>パディング<td style="border-color: rgb(221, 221, 221);" width="107"> <br>数値 (ピクセル)</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"> </td> <td style="border-color: rgb(221, 221, 221);" width="169"> <br>display</td> </tr>display<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">ブロックレベル要素とインライン要素のデフォルトの表示モードを変更する</td> <td style="border-color: rgb(221, 221, 221);" width="107">block (改行ブロック) </td>inline(ブロックから行へ)<td style="border-color: rgb(221, 221, 221);" width="218">none(この要素は Web ページには表示されません)</td> <td style="border-color: rgb(221, 221, 221);" width="193"> <br><br> </td> <td style="border-color: rgb(221, 221, 221);" width="169"> <br>position</td> </tr> Position<tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">Positioning</td> <td style="border-color: rgb(221, 221, 221);" width="107">static(静的位置決め)</td>relative(相対位置決め)<td style="border-color: rgb(221, 221, 221);" width="218">absolute(絶対位置決め)</td>fixed(固定位置決め)<td style="border-color: rgb(221, 221, 221);" width="193"> <br>使用配置<br><br> </td> <td style="border-color: rgb(221, 221, 221);" width="169">#float</td> </tr>float<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">float</td> <td style="border-color: rgb(221, 221, 221);" width="107">なし、左、右</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"></td> <td style="border-color: rgb(221, 221, 221);" width="169">#clear<br> </td>clear</tr> <tr class="even">フロートの折りたたみの処理<td style="border-color: rgb(221, 221, 221);" width="105"></td>left(左のフロートをクリア)<td style="border-color: rgb(221, 221, 221);" width="107">right(右のフロートをクリア)</td>both (両側の float をクリアします)<td style="border-color: rgb(221, 221, 221);" width="218">none (float をクリアしません)</td> <td style="border-color: rgb(221, 221, 221);" width="193"> <br><br><br> </td>##type<td style="border-color: rgb(221, 221, 221);" width="169"> <br>type</td> </tr>リストタイプ<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">ディスク(黒丸)</td>サークル(白丸)<td style="border-color: rgb(221, 221, 221);" width="107">正方形 (黒四角)</td> <td style="border-color: rgb(221, 221, 221);" width="169">リスト用</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">align</td> <td style="border-color: rgb(221, 221, 221);" width="107">align</td> <td style="border-color: rgb(221, 221, 221);" width="218">align</td> <td style="border-color: rgb(221, 221, 221);" width="193">左、右、 center<br>top、middle、bottom</td> <td style="border-color: rgb(221, 221, 221);" width="169"> 段落コンテンツの水平方向の配置、テキストと画像の垂直方向の配置</td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">type</td> <td style="border-color: rgb(221, 221, 221);" width="107">type</td> <td style="border-color: rgb(221, 221, 221);" width="218">フォーム要素タイプ</td> <td style="border-color: rgb(221, 221, 221);" width="193">text(テキスト)<br>チェックボックス(チェック)<br>ラジオ(単一選択)<br>パスワード(パスワード)<br>file(ファイル)<br>submit( submit )<br>reset(リセット)<br>button(ボタン)<br>image(画像ボタン)<br>hidden(非表示)<br> </td> <td style="border-color: rgb(221, 221, 221);" width="169">フォーム要素</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">method</td> <td style="border-color: rgb(221, 221, 221);" width="107">method</td> <td style="border-color: rgb(221, 221, 221);" width="218">フォームデータの送信方法</td> <td style="border-color: rgb(221, 221, 221);" width="193">get<br>post</td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">alt</td> <td style="border-color: rgb(221, 221, 221);" width="107">alter</td> <td style="border-color: rgb(221, 221, 221);" width="218">変更、置換 (画像が表示されない場合のプロンプトメッセージ)</td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169">画像</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">セルパディング</td>#セルパディング<td style="border-color: rgb(221, 221, 221);" width="107">##セルパディング</td>##番号<td style="border-color: rgb(221, 221, 221);" width="218">##テーブル</td> <td style="border-color: rgb(221, 221, 221);" width="193">#cellspacing</td> <td style="border-color: rgb(221, 221, 221);" width="169">セル間隔</td> </tr>セル間の距離<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">数値</td> <td style="border-color: rgb(221, 221, 221);" width="107">テーブル</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"> href</td> <td style="border-color: rgb(221, 221, 221);" width="169">ハイパーテキスト リファレンス</td> </tr>ハイパーテキスト リファレンス (ファイルの場所にジャンプ)<tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105"></td> <td style="border-color: rgb(221, 221, 221);" width="107"></td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> rel<td style="border-color: rgb(221, 221, 221);" width="169"> <br>RELationship</td> </tr>リレーションシップ (リンクされたファイルと HTML ドキュメント間の関係を定義するために使用されます)<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">StyleSheet スタイル シート</td> <td style="border-color: rgb(221, 221, 221);" width="107"> linkファイルをリンクする場合</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193">target</td> <td style="border-color: rgb(221, 221, 221);" width="169">target</td> </tr>target (Web ページが開く場所)<tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">_blank(新しいウィンドウが開きます) </td>_self(独自のウィンドウを開きます)<td style="border-color: rgb(221, 221, 221);" width="107">_top(ブラウザ ジョブ全体をウィンドウとして使用して、新しいページを表示します)</td>_parent(親ウィンドウで新しいページを開きます)<td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"></td> </tr> <tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">colspan</td> <td style="border-color: rgb(221, 221, 221);" width="107">COLumn span</td> <td style="border-color: rgb(221, 221, 221);" width="218">セルの列数</td> <td style="border-color: rgb(221, 221, 221);" width="193">Number (またがる列数)</td> <td style="border-color: rgb(221, 221, 221);" width="169"> テーブル</td> </tr> <tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">rowspan</td> <td style="border-color: rgb(221, 221, 221);" width="107">行スパン</td> <td style="border-color: rgb(221, 221, 221);" width="218">セルにまたがる行</td> <td style="border-color: rgb(221, 221, 221);" width="193">Number (またがる行数)</td> <td style="border-color: rgb(221, 221, 221);" width="169"> テーブル</td> </tr> <tr class="odd">#readonly<td style="border-color: rgb(221, 221, 221);" width="105"></td>readonly<td style="border-color: rgb(221, 221, 221);" width="107"></td>readonly<td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169"><br></td> </tr>##value<tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">value</td> <td style="border-color: rgb(221, 221, 221);" width="107">入力ボックスの初期値</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169"> <br> </td> </tr>maxlength<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">max length</td> <td style="border-color: rgb(221, 221, 221);" width="107">最大長</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"><br></td> <td style="border-color: rgb(221, 221, 221);" width="169"> <br> </td> </tr>スクロール遅延<tr class="even"> <td style="border-color: rgb(221, 221, 221);" width="105">スクロール遅延</td> <td style="border-color: rgb(221, 221, 221);" width="107">スクロール遅延</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"> <br><マーキー></td> <td style="border-color: rgb(221, 221, 221);" width="169"> </td> </tr>direction<tr class="odd"> <td style="border-color: rgb(221, 221, 221);" width="105">direction</td> <td style="border-color: rgb(221, 221, 221);" width="107">Direction (スクロール方向)</td> <td style="border-color: rgb(221, 221, 221);" width="218"></td> <td style="border-color: rgb(221, 221, 221);" width="193"> <br>< 探索</td> <td style="border-color: rgb(221, 221, 221);" width="169"> </td> </tr> </tbody> </table> <h2 id="选择器"> <br><br> </h2> </div></div> </tr> </tbody> </table> </td> </tr> </tbody> </table> </tr> </tbody> </table> </tr> </tbody> </table><p>以上がHTML の共通タグと属性の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。</p> </div> </div> <div style="height: 25px;"> <div class="wzconBq" style="display: inline-flex;"> <span>関連ラベル:</span> <div class="wzcbqd"> <a onclick="hits_log(2,'www',this);" href-data="https://www.php.cn/ja/search?word=html" target="_blank">html</a> <a onclick="hits_log(2,'www',this);" href-data="https://www.php.cn/ja/search?word=属性" target="_blank">属性</a> <a onclick="hits_log(2,'www',this);" href-data="https://www.php.cn/ja/search?word=ラベル" target="_blank">ラベル</a> </div> </div> <div style="display: inline-flex;float: right; color:#333333;">ソース:php.cn</div> </div> <div class="wzconOtherwz"> <a href="https://www.php.cn/ja/faq/432813.html" title="HTMLの<title>タグ"> <span>前の記事:HTMLの<title>タグ</span> </a> <a href="https://www.php.cn/ja/faq/432948.html" title="HTML5とは何ですか?"> <span>次の記事:HTML5とは何ですか?</span> </a> </div> <div class="wzconShengming"> <div class="bzsmdiv">このウェブサイトの声明</div> <div>この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。</div> </div> <ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="2507867629"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <div class="wzconZzwz"> <div class="wzconZzwztitle">著者別の最新記事</div> <ul> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/452685.html">PHP+redis はロック操作とロック解除操作を実装します</a> </div> <div>2020-06-20 16:55:06</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/452679.html">redisコマンドを追加する方法</a> </div> <div>2020-06-20 16:40:40</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/452675.html">RedisキャッシュとSpringBootを統合する方法の紹介</a> </div> <div>2020-06-20 16:30:28</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/452670.html">Lauiuiでチェックボックスの選択状態を動的に設定する方法の紹介</a> </div> <div>2020-06-20 16:12:34</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/452619.html">「dictionary」が空かどうかを判断する JavaScript メソッド</a> </div> <div>2020-06-20 13:30:41</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/452543.html">Go言語でパッケージをカスタマイズする方法</a> </div> <div>2020-06-19 17:51:14</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/452540.html">Go言語の構造とメソッドを詳しく解説</a> </div> <div>2020-06-19 17:44:19</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/452535.html">Java 配列でよく使用される 10 のメソッド</a> </div> <div>2020-06-19 17:28:02</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/452529.html">Pythonで文字列を接続する5つの方法</a> </div> <div>2020-06-19 17:18:44</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="https://www.php.cn/ja/faq/452524.html">Pythonで数値リストを作成する方法</a> </div> <div>2020-06-19 17:10:59</div> </li> </ul> </div> <div class="wzconZzwz"> <div class="wzconZzwztitle">最新の問題</div> <div class="wdsyContent"> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="https://www.php.cn/ja/wenda/.html" target="_blank" title="<html><>と入力すると、どのようにして<html></html>になるのでしょうか?" class="wdcdcTitle"><html><>と入力すると、どのようにして<html></html>になるのでしょうか?</a> <a href="https://www.php.cn/ja/wenda/.html" class="wdcdcCons"></a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> から 1970-01-01 08:00:00</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>0</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>0</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="https://www.php.cn/ja/wenda/.html" target="_blank" title="HTMLの概要" class="wdcdcTitle">HTMLの概要</a> <a href="https://www.php.cn/ja/wenda/.html" class="wdcdcCons"></a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> から 1970-01-01 08:00:00</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>0</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>0</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="https://www.php.cn/ja/wenda/.html" target="_blank" title="HTMLの概要" class="wdcdcTitle">HTMLの概要</a> <a href="https://www.php.cn/ja/wenda/.html" class="wdcdcCons"></a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> から 1970-01-01 08:00:00</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>0</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>0</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="https://www.php.cn/ja/wenda/.html" target="_blank" title="HTMLとHTML5の違い" class="wdcdcTitle">HTMLとHTML5の違い</a> <a href="https://www.php.cn/ja/wenda/.html" class="wdcdcCons"></a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> から 1970-01-01 08:00:00</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>0</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>0</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="https://www.php.cn/ja/wenda/.html" target="_blank" title="HTML コンテンツを別の HTML ページに送信する方法" class="wdcdcTitle">HTML コンテンツを別の HTML ページに送信する方法</a> <a href="https://www.php.cn/ja/wenda/.html" class="wdcdcCons"></a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> から 1970-01-01 08:00:00</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>0</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>0</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> </div> </div> <div class="wzconZt" > <div class="wzczt-title"> <div>関連トピック</div> <a href="https://www.php.cn/ja/faq/zt" target="_blank">詳細> </a> </div> <div class="wzcttlist"> <ul> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/ja/faq/htmlbq"><img src="https://img.php.cn/upload/subject/202407/22/2024072214431586789.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="html著作権記号" /> </a> <a target="_blank" href="https://www.php.cn/ja/faq/htmlbq" class="title-a-spanl" title="html著作権記号"><span>html著作権記号</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/ja/faq/htmlzxbjq"><img src="https://img.php.cn/upload/subject/202407/22/2024072214403473154.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="HTMLオンラインエディター" /> </a> <a target="_blank" href="https://www.php.cn/ja/faq/htmlzxbjq" class="title-a-spanl" title="HTMLオンラインエディター"><span>HTMLオンラインエディター</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/ja/faq/htmlwyzz"><img src="https://img.php.cn/upload/subject/202407/22/2024072214275948120.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="HTMLウェブページ制作" /> </a> <a target="_blank" href="https://www.php.cn/ja/faq/htmlwyzz" class="title-a-spanl" title="HTMLウェブページ制作"><span>HTMLウェブページ制作</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/ja/faq/htmlkg"><img src="https://img.php.cn/upload/subject/202407/22/2024072214273274014.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="HTMLスペース" /> </a> <a target="_blank" href="https://www.php.cn/ja/faq/htmlkg" class="title-a-spanl" title="HTMLスペース"><span>HTMLスペース</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/ja/faq/htmlssm"><img src="https://img.php.cn/upload/subject/202407/22/2024072214210727109.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="htmlとは何ですか" /> </a> <a target="_blank" href="https://www.php.cn/ja/faq/htmlssm" class="title-a-spanl" title="htmlとは何ですか"><span>htmlとは何ですか</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/ja/faq/htmlztdxzmsz"><img src="https://img.php.cn/upload/subject/202407/22/2024072214205132478.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="HTMLのフォントサイズを設定する方法" /> </a> <a target="_blank" href="https://www.php.cn/ja/faq/htmlztdxzmsz" class="title-a-spanl" title="HTMLのフォントサイズを設定する方法"><span>HTMLのフォントサイズを設定する方法</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/ja/faq/htmlztxt"><img src="https://img.php.cn/upload/subject/202407/22/2024072214125629445.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="htmlからテキストへ" /> </a> <a target="_blank" href="https://www.php.cn/ja/faq/htmlztxt" class="title-a-spanl" title="htmlからテキストへ"><span>htmlからテキストへ</span> </a> </li> <li class="ul-li"> <a target="_blank" href="https://www.php.cn/ja/faq/htmlwbkdmzmx"><img src="https://img.php.cn/upload/subject/202407/22/2024072214120496282.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="HTMLテキストボックスのコードの書き方" /> </a> <a target="_blank" href="https://www.php.cn/ja/faq/htmlwbkdmzmx" class="title-a-spanl" title="HTMLテキストボックスのコードの書き方"><span>HTMLテキストボックスのコードの書き方</span> </a> </li> </ul> </div> </div> </div> </div> <div class="phpwzright"> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5902227090019525" data-ad-slot="3653428331" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <div class="wzrOne"> <div class="wzroTitle">人気のおすすめ</div> <div class="wzroList"> <ul> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="URLってどういう意味ですか?" href="https://www.php.cn/ja/faq/418772.html">URLってどういう意味ですか?</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="DOM とはどういう意味ですか?" href="https://www.php.cn/ja/faq/414303.html">DOM とはどういう意味ですか?</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="画像サイズを変更する方法" href="https://www.php.cn/ja/faq/414252.html">画像サイズを変更する方法</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="HTMLでフォントを太字にする方法" href="https://www.php.cn/ja/faq/414520.html">HTMLでフォントを太字にする方法</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="HTML画像のサイズを設定する方法" href="https://www.php.cn/ja/faq/475145.html">HTML画像のサイズを設定する方法</a> </div> </li> </ul> </div> </div> <script src="https://sw.php.cn/hezuo/cac1399ab368127f9b113b14eb3316d0.js" type="text/javascript"></script> <div class="wzrThree"> <div class="wzrthree-title"> <div>人気のチュートリアル</div> <a target="_blank" href="https://www.php.cn/ja/course.html">詳細> </a> </div> <div class="wzrthreelist swiper2"> <div class="wzrthreeTab swiper-wrapper"> <div class="check tabdiv swiper-slide" data-id="one">関連するチュートリアル <div></div></div> <div class="tabdiv swiper-slide" data-id="two">人気のおすすめ<div></div></div> <div class="tabdiv swiper-slide" data-id="three">最新のコース<div></div></div> </div> <ul class="one"> <li> <a target="_blank" href="https://www.php.cn/ja/course/889.html" title="HTML ページを最初から作成する" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/6265013c0896b410.jpg" alt="HTML ページを最初から作成する"/> </a> <div class="wzrthree-right"> <a target="_blank" title="HTML ページを最初から作成する" href="https://www.php.cn/ja/course/889.html">HTML ページを最初から作成する</a> <div class="wzrthreerb"> <div>140199 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="889"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/968.html" title="HTML/CSSの技術知識を毎日共有" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/625d302f0f4b7990.jpg" alt="HTML/CSSの技術知識を毎日共有"/> </a> <div class="wzrthree-right"> <a target="_blank" title="HTML/CSSの技術知識を毎日共有" href="https://www.php.cn/ja/course/968.html">HTML/CSSの技術知識を毎日共有</a> <div class="wzrthreerb"> <div>97518 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="968"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/1004.html" title="HTML5 Canvasアニメーション実践チュートリアル" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/6257c6f880aa2117.png" alt="HTML5 Canvasアニメーション実践チュートリアル"/> </a> <div class="wzrthree-right"> <a target="_blank" title="HTML5 Canvasアニメーション実践チュートリアル" href="https://www.php.cn/ja/course/1004.html">HTML5 Canvasアニメーション実践チュートリアル</a> <div class="wzrthreerb"> <div>59947 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="1004"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/1022.html" title="HTML+CSS Web ページの基本" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/6256990bbf04e971.png" alt="HTML+CSS Web ページの基本"/> </a> <div class="wzrthree-right"> <a target="_blank" title="HTML+CSS Web ページの基本" href="https://www.php.cn/ja/course/1022.html">HTML+CSS Web ページの基本</a> <div class="wzrthreerb"> <div>52119 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="1022"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> <ul class="two" style="display: none;"> <li> <a target="_blank" href="https://www.php.cn/ja/course/812.html" title="最新の ThinkPHP 5.1 ワールドプレミアビデオチュートリアル (PHP エキスパートになるための 60 日間のオンライン トレーニング コース)" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/041/620debc3eab3f377.jpg" alt="最新の ThinkPHP 5.1 ワールドプレミアビデオチュートリアル (PHP エキスパートになるための 60 日間のオンライン トレーニング コース)"/> </a> <div class="wzrthree-right"> <a target="_blank" title="最新の ThinkPHP 5.1 ワールドプレミアビデオチュートリアル (PHP エキスパートになるための 60 日間のオンライン トレーニング コース)" href="https://www.php.cn/ja/course/812.html">最新の ThinkPHP 5.1 ワールドプレミアビデオチュートリアル (PHP エキスパートになるための 60 日間のオンライン トレーニング コース)</a> <div class="wzrthreerb"> <div >1430792 回の学習</div> <div class="courseICollection" data-id="812"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/286.html" title="JAVA 初心者向けビデオチュートリアル" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a2bacfd9379.png" alt="JAVA 初心者向けビデオチュートリアル"/> </a> <div class="wzrthree-right"> <a target="_blank" title="JAVA 初心者向けビデオチュートリアル" href="https://www.php.cn/ja/course/286.html">JAVA 初心者向けビデオチュートリアル</a> <div class="wzrthreerb"> <div >2605916 回の学習</div> <div class="courseICollection" data-id="286"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/504.html" title="Little Turtle のゼロベースの Python 学習入門ビデオ チュートリアル" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a67ce3a6655.png" alt="Little Turtle のゼロベースの Python 学習入門ビデオ チュートリアル"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Little Turtle のゼロベースの Python 学習入門ビデオ チュートリアル" href="https://www.php.cn/ja/course/504.html">Little Turtle のゼロベースの Python 学習入門ビデオ チュートリアル</a> <div class="wzrthreerb"> <div >512588 回の学習</div> <div class="courseICollection" data-id="504"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/901.html" title="Web フロントエンド開発の簡単な紹介" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/64be28a53a4f6310.png" alt="Web フロントエンド開発の簡単な紹介"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Web フロントエンド開発の簡単な紹介" href="https://www.php.cn/ja/course/901.html">Web フロントエンド開発の簡単な紹介</a> <div class="wzrthreerb"> <div >216545 回の学習</div> <div class="courseICollection" data-id="901"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/234.html" title="PSビデオチュートリアルをゼロからマスターする" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62611f57ed0d4840.jpg" alt="PSビデオチュートリアルをゼロからマスターする"/> </a> <div class="wzrthree-right"> <a target="_blank" title="PSビデオチュートリアルをゼロからマスターする" href="https://www.php.cn/ja/course/234.html">PSビデオチュートリアルをゼロからマスターする</a> <div class="wzrthreerb"> <div >907335 回の学習</div> <div class="courseICollection" data-id="234"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> <ul class="three" style="display: none;"> <li> <a target="_blank" href="https://www.php.cn/ja/course/1648.html" title="[Web フロントエンド] Node.js クイック スタート" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662b5d34ba7c0227.png" alt="[Web フロントエンド] Node.js クイック スタート"/> </a> <div class="wzrthree-right"> <a target="_blank" title="[Web フロントエンド] Node.js クイック スタート" href="https://www.php.cn/ja/course/1648.html">[Web フロントエンド] Node.js クイック スタート</a> <div class="wzrthreerb"> <div >8740 回の学習</div> <div class="courseICollection" data-id="1648"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/1647.html" title="海外のWeb開発フルスタックコースの完全なコレクション" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/6628cc96e310c937.png" alt="海外のWeb開発フルスタックコースの完全なコレクション"/> </a> <div class="wzrthree-right"> <a target="_blank" title="海外のWeb開発フルスタックコースの完全なコレクション" href="https://www.php.cn/ja/course/1647.html">海外のWeb開発フルスタックコースの完全なコレクション</a> <div class="wzrthreerb"> <div >6933 回の学習</div> <div class="courseICollection" data-id="1647"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/1646.html" title="Go言語実践GraphQL" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662221173504a436.png" alt="Go言語実践GraphQL"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Go言語実践GraphQL" href="https://www.php.cn/ja/course/1646.html">Go言語実践GraphQL</a> <div class="wzrthreerb"> <div >5845 回の学習</div> <div class="courseICollection" data-id="1646"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/1645.html" title="550W ファンマスターが JavaScript をゼロから段階的に学習します" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662077e163124646.png" alt="550W ファンマスターが JavaScript をゼロから段階的に学習します"/> </a> <div class="wzrthree-right"> <a target="_blank" title="550W ファンマスターが JavaScript をゼロから段階的に学習します" href="https://www.php.cn/ja/course/1645.html">550W ファンマスターが JavaScript をゼロから段階的に学習します</a> <div class="wzrthreerb"> <div >776 回の学習</div> <div class="courseICollection" data-id="1645"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="https://www.php.cn/ja/course/1644.html" title="Python マスター Mosh、基礎知識ゼロの初心者でも 6 時間で始められる" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/6616418ca80b8916.png" alt="Python マスター Mosh、基礎知識ゼロの初心者でも 6 時間で始められる"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Python マスター Mosh、基礎知識ゼロの初心者でも 6 時間で始められる" href="https://www.php.cn/ja/course/1644.html">Python マスター Mosh、基礎知識ゼロの初心者でも 6 時間で始められる</a> <div class="wzrthreerb"> <div >29564 回の学習</div> <div class="courseICollection" data-id="1644"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> </div> <script> var mySwiper = new Swiper('.swiper2', { autoplay: false,//可选选项,自动滑动 slidesPerView : 'auto', }) $('.wzrthreeTab>div').click(function(e){ $('.wzrthreeTab>div').removeClass('check') $(this).addClass('check') $('.wzrthreelist>ul').css('display','none') $('.'+e.currentTarget.dataset.id).show() }) </script> </div> <div class="wzrFour"> <div class="wzrfour-title"> <div>最新のダウンロード</div> <a href="https://www.php.cn/ja/xiazai">詳細> </a> </div> <script> $(document).ready(function(){ var sjyx_banSwiper = new Swiper(".sjyx_banSwiperwz",{ speed:1000, autoplay:{ delay:3500, disableOnInteraction: false, }, pagination:{ el:'.sjyx_banSwiperwz .swiper-pagination', clickable :false, }, loop:true }) }) </script> <div class="wzrfourList swiper3"> <div class="wzrfourlTab swiper-wrapper"> <div class="check swiper-slide" data-id="onef">ウェブエフェクト <div></div></div> <div class="swiper-slide" data-id="twof">公式サイト<div></div></div> <div class="swiper-slide" data-id="threef">サイト素材<div></div></div> <div class="swiper-slide" data-id="fourf">フロントエンドテンプレート<div></div></div> </div> <ul class="onef"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="jQuery エンタープライズ メッセージ フォームの連絡先コード" href="https://www.php.cn/ja/toolset/js-special-effects/8071">[フォームボタン] jQuery エンタープライズ メッセージ フォームの連絡先コード</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="HTML5 MP3 オルゴール再生効果" href="https://www.php.cn/ja/toolset/js-special-effects/8070">[プレイヤーの特殊効果] HTML5 MP3 オルゴール再生効果</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="HTML5 クールなパーティクル アニメーション ナビゲーション メニューの特殊効果" href="https://www.php.cn/ja/toolset/js-special-effects/8069">[メニューナビゲーション] HTML5 クールなパーティクル アニメーション ナビゲーション メニューの特殊効果</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="jQuery ビジュアル フォームのドラッグ アンド ドロップ編集コード" href="https://www.php.cn/ja/toolset/js-special-effects/8068">[フォームボタン] jQuery ビジュアル フォームのドラッグ アンド ドロップ編集コード</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="VUE.JS 模倣 Kugou 音楽プレーヤー コード" href="https://www.php.cn/ja/toolset/js-special-effects/8067">[プレイヤーの特殊効果] VUE.JS 模倣 Kugou 音楽プレーヤー コード</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="古典的な HTML5 プッシュ ボックス ゲーム" href="https://www.php.cn/ja/toolset/js-special-effects/8066">[html5特殊効果] 古典的な HTML5 プッシュ ボックス ゲーム</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="画像効果を追加または削減するための jQuery スクロール" href="https://www.php.cn/ja/toolset/js-special-effects/8065">[画像の特殊効果] 画像効果を追加または削減するための jQuery スクロール</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="CSS3 個人アルバム カバー ホバー ズーム効果" href="https://www.php.cn/ja/toolset/js-special-effects/8064">[フォトアルバム効果] CSS3 個人アルバム カバー ホバー ズーム効果</a> </div> </li> </ul> <ul class="twof" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8328" title="室内装飾クリーニングおよび修理サービス会社のウェブサイトのテンプレート" target="_blank">[フロントエンドテンプレート] 室内装飾クリーニングおよび修理サービス会社のウェブサイトのテンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8327" title="フレッシュカラーの個人履歴書ガイドページテンプレート" target="_blank">[フロントエンドテンプレート] フレッシュカラーの個人履歴書ガイドページテンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8326" title="デザイナーのクリエイティブな仕事の履歴書 Web テンプレート" target="_blank">[フロントエンドテンプレート] デザイナーのクリエイティブな仕事の履歴書 Web テンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8325" title="現代のエンジニアリング建設会社のウェブサイトのテンプレート" target="_blank">[フロントエンドテンプレート] 現代のエンジニアリング建設会社のウェブサイトのテンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8324" title="教育サービス機関向けのレスポンシブ HTML5 テンプレート" target="_blank">[フロントエンドテンプレート] 教育サービス機関向けのレスポンシブ HTML5 テンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8323" title="オンライン電子書籍ストア モールのウェブサイト テンプレート" target="_blank">[フロントエンドテンプレート] オンライン電子書籍ストア モールのウェブサイト テンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8322" title="IT テクノロジーがインターネット企業の Web サイト テンプレートを解決します" target="_blank">[フロントエンドテンプレート] IT テクノロジーがインターネット企業の Web サイト テンプレートを解決します</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8321" title="パープルスタイル外国為替取引サービスウェブサイトテンプレート" target="_blank">[フロントエンドテンプレート] パープルスタイル外国為替取引サービスウェブサイトテンプレート</a> </div> </li> </ul> <ul class="threef" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-materials/3078" target="_blank" title="かわいい夏の要素のベクター素材 (EPS+PNG)">[PNG素材] かわいい夏の要素のベクター素材 (EPS+PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-materials/3077" target="_blank" title="4 つの赤い 2023 卒業バッジ ベクター素材 (AI+EPS+PNG)">[PNG素材] 4 つの赤い 2023 卒業バッジ ベクター素材 (AI+EPS+PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-materials/3076" target="_blank" title="歌う鳥と花がいっぱいのカートデザイン春のバナーベクター素材(AI+EPS)">[バナー画像] 歌う鳥と花がいっぱいのカートデザイン春のバナーベクター素材(AI+EPS)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-materials/3075" target="_blank" title="金色の卒業帽ベクター素材(EPS+PNG)">[PNG素材] 金色の卒業帽ベクター素材(EPS+PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-materials/3074" target="_blank" title="黒と白のスタイルの山アイコン ベクター素材 (EPS+PNG)">[PNG素材] 黒と白のスタイルの山アイコン ベクター素材 (EPS+PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-materials/3073" target="_blank" title="異なる色のマントと異なるポーズを持つスーパーヒーローのシルエットベクター素材(EPS+PNG)">[PNG素材] 異なる色のマントと異なるポーズを持つスーパーヒーローのシルエットベクター素材(EPS+PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-materials/3072" target="_blank" title="フラット スタイルの植樹祭バナー ベクター素材 (AI+EPS)">[バナー画像] フラット スタイルの植樹祭バナー ベクター素材 (AI+EPS)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-materials/3071" target="_blank" title="9つのコミックスタイルの爆発するチャットバブルベクター素材(EPS+PNG)">[PNG素材] 9つのコミックスタイルの爆発するチャットバブルベクター素材(EPS+PNG)</a> </div> </li> </ul> <ul class="fourf" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8328" target="_blank" title="室内装飾クリーニングおよび修理サービス会社のウェブサイトのテンプレート">[フロントエンドテンプレート] 室内装飾クリーニングおよび修理サービス会社のウェブサイトのテンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8327" target="_blank" title="フレッシュカラーの個人履歴書ガイドページテンプレート">[フロントエンドテンプレート] フレッシュカラーの個人履歴書ガイドページテンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8326" target="_blank" title="デザイナーのクリエイティブな仕事の履歴書 Web テンプレート">[フロントエンドテンプレート] デザイナーのクリエイティブな仕事の履歴書 Web テンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8325" target="_blank" title="現代のエンジニアリング建設会社のウェブサイトのテンプレート">[フロントエンドテンプレート] 現代のエンジニアリング建設会社のウェブサイトのテンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8324" target="_blank" title="教育サービス機関向けのレスポンシブ HTML5 テンプレート">[フロントエンドテンプレート] 教育サービス機関向けのレスポンシブ HTML5 テンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8323" target="_blank" title="オンライン電子書籍ストア モールのウェブサイト テンプレート">[フロントエンドテンプレート] オンライン電子書籍ストア モールのウェブサイト テンプレート</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8322" target="_blank" title="IT テクノロジーがインターネット企業の Web サイト テンプレートを解決します">[フロントエンドテンプレート] IT テクノロジーがインターネット企業の Web サイト テンプレートを解決します</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="https://www.php.cn/ja/toolset/website-source-code/8321" target="_blank" title="パープルスタイル外国為替取引サービスウェブサイトテンプレート">[フロントエンドテンプレート] パープルスタイル外国為替取引サービスウェブサイトテンプレート</a> </div> </li> </ul> </div> <script> var mySwiper = new Swiper('.swiper3', { autoplay: false,//可选选项,自动滑动 slidesPerView : 'auto', }) $('.wzrfourlTab>div').click(function(e){ $('.wzrfourlTab>div').removeClass('check') $(this).addClass('check') $('.wzrfourList>ul').css('display','none') $('.'+e.currentTarget.dataset.id).show() }) </script> </div> </div> </div> <footer> <div class="footer"> <div class="footertop"> <img src="/static/imghw/logo.png" alt=""> <p>福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!</p> </div> <div class="footermid"> <a href="https://www.php.cn/ja/about/us.html">私たちについて</a> <a href="https://www.php.cn/ja/about/disclaimer.html">免責事項</a> <a href="https://www.php.cn/ja/update/article_0_1.html">Sitemap</a> </div> <div class="footerbottom"> <p> © php.cn All rights reserved </p> </div> </div> </footer> <input type="hidden" id="verifycode" value="/captcha.html"> <script>layui.use(['element', 'carousel'], function () {var element = layui.element;$ = layui.jquery;var carousel = layui.carousel;carousel.render({elem: '#test1', width: '100%', height: '330px', arrow: 'always'});$.getScript('/static/js/jquery.lazyload.min.js', function () {$("img").lazyload({placeholder: "/static/images/load.jpg", effect: "fadeIn", threshold: 200, skip_invisible: false});});});</script> <script src="/static/js/common_new.js"></script> <script type="text/javascript" src="/static/js/jquery.cookie.js?1738528617"></script> <script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script> <link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css?2' type='text/css' media='all'/> <script type='text/javascript' src='/static/js/viewer.min.js?1'></script> <script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script> <script type="text/javascript" src="/static/js/global.min.js?5.5.53"></script> <!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://tongji.php.cn/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '9']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> </body> </html>