目次
タイトルNo.6
フォーチュン マガジン: なぜ Google は繁栄せず、その後衰退するのか
潜在的な問題に遭遇しました
は検索を独占し続けます
秦源春・長沙
ホームページ ウェブフロントエンド htmlチュートリアル HTML Webページの各種フォント形式の詳細変更_HTML/Xhtml_Webページ制作

HTML Webページの各種フォント形式の詳細変更_HTML/Xhtml_Webページ制作

May 16, 2016 pm 04:43 PM
br html フォント 文字 ラベル フォーマット 詳細 ウェブページ


このセクションでは、読者が HTML のさまざまなフォント形式の変化を把握し、より本格的な Web ページを作成できるように、テキストの詳細な変更から始めます。
4.2 テキストの多様な変更
前のセクションでは、大きな段落のさまざまな設定を学習しましたが、テキスト自体を変更する方が魅力的だと思われます。このセクションでは、読者が HTML のさまざまなフォント形式の変化を把握し、より本格的な Web ページを作成できるように、テキストの詳細な変更から始めます。
4.2.1 テキストスタイル設定の基本タグ—
フォントスタイルを設定する基本タグはで、それに含まれるテキストがスタイルスコープとなります。初心者の HTML コード記述では、 テキスト のように、 が複数回ネストされやすくなります。もう 1 つの状況は、

テキスト

など、ラベルの入れ子の位置がずれていることです。。コードの記述を標準化し、不要なエラーを避けるために、読者は学習時に注意する必要があります。
4.2.2 文字色の設定
color は タグの属性の 1 つで、テキストの色を設定するために使用されます。 D:web ディレクトリに Web ページ ファイルを作成し、font_color.htm という名前を付け、コード 4.7 に示すようにコードを記述します。
コード 4.7 フォントの色の設定: font_color.htm


文字色の設定


薄赤色のテキスト: HTML 学習の本質は、想定されているものをすべて使用することです

濃い赤色のテキスト: HTML 学習の本質は、想定されているものをすべて使用することです

薄緑色のテキスト: HTML 学習の本質は、想定されているものをすべて使用することです

濃い緑色のテキスト: HTML 学習の本質は、想定されているものをすべて使用することです

水色のテキスト: HTML 学習の本質は、想定されているものをすべて使用することです

濃い青色のテキスト: HTML 学習の本質は、想定されているものをすべて使用することです

薄黄色のテキスト: HTML 学習の本質は、想定されているものをすべて使用することです

濃い黄色のテキスト: HTML 学習の本質は、想定されているものをすべて使用することです

明るいシアンのテキスト: HTML 学習の本質は、想定されているものをすべて使用することです

濃いシアンのテキスト: HTML 学習の本質は、想定されているものをすべて使用することです

薄紫色のテキスト: HTML 学習の本質は、想定されているものをすべて使用することです

濃い紫色のテキスト: HTML 学習の本質は、想定されているものをすべて使用することです



ブラウザのアドレス バーに http://localhost/font_color.htm と入力すると、ブラウジング効果は図 4.7 のようになります。

図4.7 文字色の設定
読者は、コード 4.7 からフォント タグの color 属性の使用法を学ぶだけでなく、さまざまな色の表現方法にも慣れることができます。
4.2.3 文字サイズの設定
size は タグの属性でもあり、テキスト サイズの設定に使用されます。サイズの値は 1 ~ 7 で、デフォルトは 3 です。サイズ属性値の前に「+」または「-」文字を追加して、フォント サイズの初期値に対する相対的な増分または減分を指定できます。 D:web ディレクトリに Web ページ ファイルを作成し、font_size.htm という名前を付け、コード 4.8 に示すようにコードを記述します。
コード 4.8 フォント サイズの設定: font_size.htm


フォントサイズの設定


サイズは 1: HTML 学習

サイズは 2: HTML 学習

サイズは 3: HTML 学習

サイズは 4: HTML 学習

サイズは 5: HTML 学習

サイズは 6: HTML 学習

サイズは 7: HTML 学習



ブラウザのアドレス バーに http://localhost/font_size.htm と入力すると、ブラウジング効果は図 4.8 のようになります。

図4.8 フォントサイズの設定
読者は、サイズ値の前に「+」または「-」文字を追加して、テキスト サイズをより柔軟に設定してみることができます。
4.2.4 テキストのフォントを設定する
face は タグの属性でもあり、テキストのフォント (フォント スタイル) を設定するために使用されます。 HTML Web ページに表示されるフォントはブラウザ システムから呼び出されるため、フォントの一貫性を保つために Song フォントを使用することをお勧めします。HTML ページもデフォルトで Song フォントを使用します。 D:web ディレクトリに Web ページ ファイルを作成し、font_face.htm という名前を付け、コード 4.9 に示すようにコードを記述します。
コード 4.9 フォント設定: font_face.htm


フォントとフォント設定


フォントは宋体です: Qinyuanchun・Changsha-Mao Zedong

フォントは楷書です: Qinyuanchun・Changsha-Mao Zedong

フォントは太字です: 秦源春・長沙・毛沢東

フォントは公式スクリプトです: Qinyuanchun・Changsha-Mao Zedong


ブラウザのアドレス バーに http://localhost/font_face.htm と入力すると、ブラウジング効果は図 4.9 のようになります。

図4.9 フォント設定
作者は、読者の利便性を考慮して、変更されたフォント部分の文字サイズをサイズ 5 に設定します。
4.2.5 テキストを傾ける
二重タグ を使用してテキストを傾け、記事の日付などの特殊効果を実現します。 は強調タグと呼ばれ、現在では タグよりも頻繁に使用されます。
これは斜体のテキストです
これも斜体テキストです
4.2.6 テキストを太字にする
記事のタイトルなど、テキストを太字にして目を引くようにするには、二重タグ を使用します。 は特殊な強調タグと呼ばれ、現在では タグよりも頻繁に使用されます。 記述方法は次のとおりです。
これは太字です
これも太字です
4.2.7 テキストに下線を引く
二重タグ を使用して、影響を受けるテキストに下線を追加します。以下に、斜体、太字、下線付きのテキストの包括的な例を示します。 D:web ディレクトリに Web ページ ファイルを作成し、font_style.htm という名前を付け、コード 4.10 に示すようにコードを記述します。
コード 4.10 テキスト変更設定: font_style.htm


フォント変更設定


斜体: 秦源春・長沙・毛沢東

太字: 秦源春・長沙・毛沢東

下線: 秦源春・長沙・毛沢東

斜体太字下線: 秦源春・長沙・毛沢東



ブラウザのアドレス バーに http://localhost/font_style.htm と入力すると、ブラウジング効果は図 4.10 のようになります。

図4.10 フォント変更設定
作成者は、読者の利便性を考慮して、 内のすべてのテキストのサイズをサイズ 5 に設定します。
— 注: 複数のタグに同じテキストが含まれる場合、その含める順序を間違えることはできません。
4.2.8 複数のタイトルスタイルの使用
ウェブ記事では、タイトルの重要性を強調するために、タイトルのスタイルが比較的特殊です。 HTML テクノロジーは、タイトルの一連のスタイル タグを保護します。これらのタグは、

から

までの二重タグであり、大から小までのテキスト サイズがさまざまなレベルのタイトルを表します。タイトルタグには、専用行を占有し、文字が太字で、文字が中央揃えになるという特徴があります。このように、タイトルの設定は非常に簡単で、多段階のタイトルを設定することができます。 D:web ディレクトリに Web ページ ファイルを作成し、font_h.htm という名前を付け、コード 4.11 に示すようにコードを記述します。
コード 4.11 タイトル設定: font_h.htm


タイトル設定


タイトルNo.1


タイトルNo.2


タイトルNo.3


タイトルNo.4


タイトルNo.5

タイトルNo.6

フォーチュン マガジン: なぜ Google は繁栄せず、その後衰退するのか


潜在的な問題に遭遇しました


業界関係者の中には、インターネット検索と広告市場を長年独占してきたグーグルが繁栄し、その後衰退する可能性があると考えている人もいる。 ...同時に、Google が最近立ち上げた多くの新しい計画、たとえば Open Mobile Alliance、ソーシャル ネットワーキング サイト OpenSocial の総合プラットフォーム、無線スペクトル帯域の入札への数十億ドルの投資の可能性なども計画されています。広く疑問視されている。

は検索を独占し続けます


最近、より優れた検索エンジンが登場すれば人々はためらうことなくGoogleを捨てるだろうという記事もある。しかし、たとえより優れた検索エンジンが登場したとしても、Google はまだしばらくは存在するでしょう。 ...この場合、サイトのスピードが勝敗を分けることが多いです。




ブラウザのアドレス バーに http://localhost/font_h.htm と入力すると、ブラウジング効果は図 4.11 のようになります。

図 4.11 タイトルの設定
4.2.9 Web ページでの特殊文字の処理を学習します
HTML では、一部の文字が特別な意味を持ちます。たとえば、「」はタグの左括弧と右括弧であり、タグ自体はブラウザーによってのみ解析されます。で表示されているページではご利用いただけません。では、HTML で「」を表示するにはどうすればよいでしょうか? HTML では、表 4.1 に示すように、Web ページに表示できるようにいくつかの特殊文字を記述する方法を指定します。
表 4.1 HTML の特殊文字

特殊記号
HTML コード
特殊記号
HTML コード
™(商標記号)

>
>
®(登録記号)
®
「」(英語半角)

×
×
§
§
© (著作権記号)
©
D:web ディレクトリに Web ページ ファイルを作成し、string.htm という名前を付け、コード 4.12 に示すように string.htm コードを記述します。
コード 4.12 特殊文字の設定: string.htm


特殊文字の設定



タグの表示方法:

引用符の表示方法:「英語の半角ダブルクォーテーション」

商標の表示方法:™

登録記号の表示方法:®

著作権マークの表示方法: ©

表示§

表示×



ブラウザのアドレス バーに http://localhost/string.htm と入力すると、ブラウジング効果は図 4.12 のようになります。

図 4.12 特殊文字の設定
— 注: 記号 & を個別に表示するには、コード & を使用する必要があります。
4.2.10 ブラウザによる HTML の一部の解析をより簡単に無視する方法
この本にあるような HTML コード例を Web ページ上で作成する場合、<和> をすべて < と > に変換する必要があると思いますが、面倒だと思います。 HTML コードの と <xmp></xmp> を使用すると、この問題を簡単に解決できます。 <br><plaintext> が HTML コードに挿入されると、それに続くすべての HTML タグは無効になります。つまり、ブラウザーは <plaintext> に続くすべての HTML タグを解析してページに直接表示しません。 。 <br><xmp></xmp> は二重タグであり、含まれるコンテンツ内のタグのみを無効にします。<xmp></xmp> がより一般的に使用されます。 D:web ディレクトリに Web ページ ファイルを作成し、html.htm という名前を付け、コード 4.13 に示すようにコードを記述します。 <br>コード 4.13 タグの設定を無視します: html.htm <br> <br> <br> <title>タグ設定を無視します</title> <br> <br> <br><h2 id="秦源春-長沙">秦源春・長沙</h2> <br><xmp>独立の寒い秋、<strong>オレンジ島の源頭、翔江の北に進みます</strong>。 <br>山々が赤く染まり、森がすべて染まっていくのを見てください。<br>川は緑に満ち、<u>何百もの船が流れを求めて競い合っています。 </u> <br></xmp> <br>鷲は空を襲い、 <strong>魚は浅い底に飛び、 </strong> <br>あらゆる種類の冷ややかな空が自由を求めて競い合います。 <br>概要が小さいのは悲しいですが、<u>無限の地球に尋ねてください</u>、浮き沈みの責任は誰にありますか? <br> <br><plaintext> <br>何百ものカップルを旅行に連れて行き、<br>輝かしい過去を思い出してください。 <br> ちょうど私のクラスメートの若い男の子が壮年期です。<br> 学者は怒って方秋を叱ります。 <br> 国を指摘し、言葉を鼓舞します。 <br> 糞土は一万世帯に相当しました。 <br> <strong> が流れ </strong> の真ん中で水にぶつかり、波がボートを止めたことを覚えていますか? <br> <br> <br>ブラウザのアドレス バーに http://localhost/string.htm と入力すると、ブラウジング効果は図 4.13 のようになります。 <br><img src="/static/imghw/default1.png" data-src="http://files.jb51.net/file_images/web/2009422058213177807.jpg" class="lazy" style="max-width:90%" alt="" style="max-width:90%"> <br>図 4.13 ラベル設定を無視する <br><strong>4.2.11 その他のテキスト変更方法</strong> <br>さまざまな分野のニーズを満たすために、HTML にはテキストを変更する他のタグもあります。より一般的に使用されるのは、上付き文字形式のタグと下付き文字形式のタグです。場合によっては、削除効果が必要になることもあります。つまり、HTML の下線タグが使用されることがあります。 <br> - 上付き書式ラベルは二重ラベル <sup></sup> で、主に特定の数値の 2 乗や 3 乗などの数学的指数を表すために使用されます。 <br> - 添え字形式タグは二重タグ <sub></sub> であり、主にコメントと数学的基底表現に使用されます。 <br> - 下線タグは二重タグ <strike></strike> であり、主に削除効果に使用されます。 <br>D:web ディレクトリに Web ページ ファイルを作成し、other.htm という名前を付け、コード 4.14 に示すようにコードを記述します。 <br>コード 4.14 その他の変更タグの設定: other.htm <br> <br> <br> <title>その他の変更タグの設定</title> <br> <br> <br><font size="5"> <br>秦源春<sup>長沙</sup>! <br> <br>数学的指数の表現: 2<sup>3</sup>=8、100<sup>2</sup>=10000<br><hr> <br>秦源春<sub>長沙</sub>! <br> <br>数学的基底の表現: log<sub>3</sub>81=4、log<sub>5</sub>125=3<br><hr> <br>削除効果: <strike>削除されました</strike> <br></font> <br> <br> <br>ブラウザのアドレスバーに http://localhost/other.htm と入力すると、ブラウジング効果は図 4.14 のようになります。 <br><img src="/static/imghw/default1.png" data-src="http://files.jb51.net/file_images/web/2009422058217877808.jpg" class="lazy" style="max-width:90%" alt="" style="max-width:90%"> <br>図4.14 その他の変更タグの設定</plaintext></plaintext></plaintext></plaintext></font> </div> </div> <div class="wzconShengming_sp"> <div class="bzsmdiv_sp">このウェブサイトの声明</div> <div>この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。</div> </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="AI_ToolDetails_main4sR"> <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="phpgenera_Details_mainR4"> <div class="phpmain1_4R_readrank"> <div class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hotarticle2.png" alt="" /> <h2>人気の記事</h2> </div> <div class="phpgenera_Details_mainR4_bottom"> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/ja/faq/1796780570.html" title="R.E.P.O.説明されたエネルギー結晶と彼らが何をするか(黄色のクリスタル)" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O.説明されたエネルギー結晶と彼らが何をするか(黄色のクリスタル)</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 か月前</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/ja/faq/1796780641.html" title="R.E.P.O.最高のグラフィック設定" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O.最高のグラフィック設定</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 か月前</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/ja/faq/1796785841.html" title="アサシンのクリードシャドウズ:シーシェルリドルソリューション" class="phpgenera_Details_mainR4_bottom_title">アサシンのクリードシャドウズ:シーシェルリドルソリューション</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>2週間前</span> <span>By DDD</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/ja/faq/1796780520.html" title="R.E.P.O.誰も聞こえない場合はオーディオを修正する方法" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O.誰も聞こえない場合はオーディオを修正する方法</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 か月前</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/ja/faq/1796780523.html" title="R.E.P.O.チャットコマンドとそれらの使用方法" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O.チャットコマンドとそれらの使用方法</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 か月前</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> </div> <div class="phpgenera_Details_mainR3_more"> <a href="https://www.php.cn/ja/article.html">もっと見る</a> </div> </div> </div> --> <div class="phpgenera_Details_mainR3"> <div class="phpmain1_4R_readrank"> <div class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hottools2.png" alt="" /> <h2>ホットAIツール</h2> </div> <div class="phpgenera_Details_mainR3_bottom"> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/ja/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411540686492.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undresser.AI Undress" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/ja/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_title"> <h3>Undresser.AI Undress</h3> </a> <p>リアルなヌード写真を作成する AI 搭載アプリ</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/ja/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411552797167.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="AI Clothes Remover" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/ja/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_title"> <h3>AI Clothes Remover</h3> </a> <p>写真から衣服を削除するオンライン AI ツール。</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/ja/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173410641626608.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undress AI Tool" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/ja/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_title"> <h3>Undress AI Tool</h3> </a> <p>脱衣画像を無料で</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/ja/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411529149311.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Clothoff.io" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/ja/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_title"> <h3>Clothoff.io</h3> </a> <p>AI衣類リムーバー</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/ja/ai/ai-hentai-generator" title="AI Hentai Generator" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173405034393877.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="AI Hentai Generator" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/ja/ai/ai-hentai-generator" title="AI Hentai Generator" class="phpmain_tab2_mids_title"> <h3>AI Hentai Generator</h3> </a> <p>AIヘンタイを無料で生成します。</p> </div> </div> </div> <div class="phpgenera_Details_mainR3_more"> <a href="https://www.php.cn/ja/ai">もっと見る</a> </div> </div> </div> <script src="https://sw.php.cn/hezuo/cac1399ab368127f9b113b14eb3316d0.js" type="text/javascript"></script> <div class="phpgenera_Details_mainR4"> <div class="phpmain1_4R_readrank"> <div class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hotarticle2.png" alt="" /> <h2>人気の記事</h2> </div> <div class="phpgenera_Details_mainR4_bottom"> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/ja/faq/1796780570.html" title="R.E.P.O.説明されたエネルギー結晶と彼らが何をするか(黄色のクリスタル)" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O.説明されたエネルギー結晶と彼らが何をするか(黄色のクリスタル)</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 か月前</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/ja/faq/1796780641.html" title="R.E.P.O.最高のグラフィック設定" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O.最高のグラフィック設定</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 か月前</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/ja/faq/1796785841.html" title="アサシンのクリードシャドウズ:シーシェルリドルソリューション" class="phpgenera_Details_mainR4_bottom_title">アサシンのクリードシャドウズ:シーシェルリドルソリューション</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>2週間前</span> <span>By DDD</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/ja/faq/1796780520.html" title="R.E.P.O.誰も聞こえない場合はオーディオを修正する方法" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O.誰も聞こえない場合はオーディオを修正する方法</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 か月前</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/ja/faq/1796780523.html" title="R.E.P.O.チャットコマンドとそれらの使用方法" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O.チャットコマンドとそれらの使用方法</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 か月前</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> </div> <div class="phpgenera_Details_mainR3_more"> <a href="https://www.php.cn/ja/article.html">もっと見る</a> </div> </div> </div> <div class="phpgenera_Details_mainR3"> <div class="phpmain1_4R_readrank"> <div class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hottools2.png" alt="" /> <h2>ホットツール</h2> </div> <div class="phpgenera_Details_mainR3_bottom"> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/ja/toolset/development-tools/92" title="メモ帳++7.3.1" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58ab96f0f39f7357.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="メモ帳++7.3.1" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/ja/toolset/development-tools/92" title="メモ帳++7.3.1" class="phpmain_tab2_mids_title"> <h3>メモ帳++7.3.1</h3> </a> <p>使いやすく無料のコードエディター</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/ja/toolset/development-tools/93" title="SublimeText3 中国語版" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58ab97a3baad9677.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 中国語版" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/ja/toolset/development-tools/93" title="SublimeText3 中国語版" class="phpmain_tab2_mids_title"> <h3>SublimeText3 中国語版</h3> </a> <p>中国語版、とても使いやすい</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/ja/toolset/development-tools/121" title="ゼンドスタジオ 13.0.1" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58ab97ecd1ab2670.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="ゼンドスタジオ 13.0.1" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/ja/toolset/development-tools/121" title="ゼンドスタジオ 13.0.1" class="phpmain_tab2_mids_title"> <h3>ゼンドスタジオ 13.0.1</h3> </a> <p>強力な PHP 統合開発環境</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/ja/toolset/development-tools/469" title="ドリームウィーバー CS6" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58d0e0fc74683535.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="ドリームウィーバー CS6" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/ja/toolset/development-tools/469" title="ドリームウィーバー CS6" class="phpmain_tab2_mids_title"> <h3>ドリームウィーバー CS6</h3> </a> <p>ビジュアル Web 開発ツール</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/ja/toolset/development-tools/500" title="SublimeText3 Mac版" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58d34035e2757995.png?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 Mac版" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/ja/toolset/development-tools/500" title="SublimeText3 Mac版" class="phpmain_tab2_mids_title"> <h3>SublimeText3 Mac版</h3> </a> <p>神レベルのコード編集ソフト(SublimeText3)</p> </div> </div> </div> <div class="phpgenera_Details_mainR3_more"> <a href="https://www.php.cn/ja/ai">もっと見る</a> </div> </div> </div> <div class="phpgenera_Details_mainR4"> <div class="phpmain1_4R_readrank"> <div class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hotarticle2.png" alt="" /> <h2>ホットトピック</h2> </div> <div class="phpgenera_Details_mainR4_bottom"> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/ja/faq/gmailyxdlrkzn" title="Gmailメールのログイン入り口はどこですか?" class="phpgenera_Details_mainR4_bottom_title">Gmailメールのログイン入り口はどこですか?</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>7531</span> </div> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>15</span> </div> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/ja/faq/cakephp-tutor" title="CakePHP チュートリアル" class="phpgenera_Details_mainR4_bottom_title">CakePHP チュートリアル</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>1379</span> </div> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>52</span> </div> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/ja/faq/steamdzhmcssmgs" title="Steamのアカウント名の形式は何ですか" class="phpgenera_Details_mainR4_bottom_title">Steamのアカウント名の形式は何ですか</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>82</span> </div> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>11</span> </div> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/ja/faq/winactivationkeyper" title="Win11 Activation Key Permanent" class="phpgenera_Details_mainR4_bottom_title">Win11 Activation Key Permanent</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>55</span> </div> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>19</span> </div> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/ja/faq/newyorktimesdailybrief" title="NYTの接続はヒントと回答です" class="phpgenera_Details_mainR4_bottom_title">NYTの接続はヒントと回答です</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>21</span> </div> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>77</span> </div> </div> </div> </div> <div class="phpgenera_Details_mainR3_more"> <a href="https://www.php.cn/ja/faq/zt">もっと見る</a> </div> </div> </div> </div> </div> <div class="Article_Details_main2"> <div class="phpgenera_Details_mainL4"> <div class="phpmain1_2_top"> <a href="javascript:void(0);" class="phpmain1_2_top_title">Related knowledge<img src="/static/imghw/index2_title2.png" alt="" /></a> </div> <div class="phpgenera_Details_mainL4_info"> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/ja/faq/1796600245.html" title="HTMLの表の境界線" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/202409/04/2024090416492486715.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="HTMLの表の境界線" /> </a> <a href="https://www.php.cn/ja/faq/1796600245.html" title="HTMLの表の境界線" class="phphistorical_Version2_mids_title">HTMLの表の境界線</a> <span class="Articlelist_txts_time">Sep 04, 2024 pm 04:49 PM</span> <p class="Articlelist_txts_p">HTML の表の境界線に関するガイド。ここでは、HTML でのテーブルの境界線の例を示しながら、テーブル境界線を定義する複数の方法について説明します。</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/ja/faq/1796600238.html" title="HTML 左マージン" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/202409/04/2024090416482056439.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="HTML 左マージン" /> </a> <a href="https://www.php.cn/ja/faq/1796600238.html" title="HTML 左マージン" class="phphistorical_Version2_mids_title">HTML 左マージン</a> <span class="Articlelist_txts_time">Sep 04, 2024 pm 04:48 PM</span> <p class="Articlelist_txts_p">HTML マージン左のガイド。ここでは、HTML margin-left の概要とその例、およびそのコード実装について説明します。</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/ja/faq/1796600244.html" title="HTML のネストされたテーブル" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/202409/04/2024090416491283996.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="HTML のネストされたテーブル" /> </a> <a href="https://www.php.cn/ja/faq/1796600244.html" title="HTML のネストされたテーブル" class="phphistorical_Version2_mids_title">HTML のネストされたテーブル</a> <span class="Articlelist_txts_time">Sep 04, 2024 pm 04:49 PM</span> <p class="Articlelist_txts_p">これは、HTML でのネストされたテーブルのガイドです。ここでは、テーブル内にテーブルを作成する方法をそれぞれの例とともに説明します。</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/ja/faq/1796600271.html" title="HTML テーブルのレイアウト" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/202409/04/2024090416543391948.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="HTML テーブルのレイアウト" /> </a> <a href="https://www.php.cn/ja/faq/1796600271.html" title="HTML テーブルのレイアウト" class="phphistorical_Version2_mids_title">HTML テーブルのレイアウト</a> <span class="Articlelist_txts_time">Sep 04, 2024 pm 04:54 PM</span> <p class="Articlelist_txts_p">HTML テーブル レイアウトのガイド。ここでは、HTML テーブル レイアウトの値と例および出力について詳しく説明します。</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/ja/faq/1796600269.html" title="HTML入力プレースホルダー" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/202409/04/2024090416542577781.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="HTML入力プレースホルダー" /> </a> <a href="https://www.php.cn/ja/faq/1796600269.html" title="HTML入力プレースホルダー" class="phphistorical_Version2_mids_title">HTML入力プレースホルダー</a> <span class="Articlelist_txts_time">Sep 04, 2024 pm 04:54 PM</span> <p class="Articlelist_txts_p">HTML 入力プレースホルダーのガイド。ここでは、コードと出力とともに HTML 入力プレースホルダーの例について説明します。</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/ja/faq/1796600210.html" title="HTML 順序付きリスト" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/202409/04/2024090416432927533.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="HTML 順序付きリスト" /> </a> <a href="https://www.php.cn/ja/faq/1796600210.html" title="HTML 順序付きリスト" class="phphistorical_Version2_mids_title">HTML 順序付きリスト</a> <span class="Articlelist_txts_time">Sep 04, 2024 pm 04:43 PM</span> <p class="Articlelist_txts_p">HTML 順序付きリストのガイド。ここでは、HTML 順序付きリストと型の導入とその例についても説明します。</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/ja/faq/1796600227.html" title="HTML 内のテキストの移動" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/202409/04/2024090416455153019.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="HTML 内のテキストの移動" /> </a> <a href="https://www.php.cn/ja/faq/1796600227.html" title="HTML 内のテキストの移動" class="phphistorical_Version2_mids_title">HTML 内のテキストの移動</a> <span class="Articlelist_txts_time">Sep 04, 2024 pm 04:45 PM</span> <p class="Articlelist_txts_p">HTML でのテキストの移動に関するガイド。ここでは、概要、マーキー タグが構文でどのように機能するか、および実装例について説明します。</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/ja/faq/1796600246.html" title="HTML の onclick ボタン" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/202409/04/2024090416493797970.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="HTML の onclick ボタン" /> </a> <a href="https://www.php.cn/ja/faq/1796600246.html" title="HTML の onclick ボタン" class="phphistorical_Version2_mids_title">HTML の onclick ボタン</a> <span class="Articlelist_txts_time">Sep 04, 2024 pm 04:49 PM</span> <p class="Articlelist_txts_p">HTML オンクリック ボタンのガイド。ここでは、それらの紹介、動作、例、およびさまざまなイベントでの onclick イベントについてそれぞれ説明します。</p> </div> </div> <a href="https://www.php.cn/ja/web-designer.html" class="phpgenera_Details_mainL4_botton"> <span>See all articles</span> <img src="/static/imghw/down_right.png" alt="" /> </a> </div> </div> </div> </main> <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?1744853911"></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> <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> <script> // top layui.use(function () { var util = layui.util; util.fixbar({ on: { mouseenter: function (type) { layer.tips(type, this, { tips: 4, fixed: true, }); }, mouseleave: function (type) { layer.closeAll("tips"); }, }, }); }); document.addEventListener("DOMContentLoaded", (event) => { // 定义一个函数来处理滚动链接的点击事件 function setupScrollLink(scrollLinkId, targetElementId) { const scrollLink = document.getElementById(scrollLinkId); const targetElement = document.getElementById(targetElementId); if (scrollLink && targetElement) { scrollLink.addEventListener("click", (e) => { e.preventDefault(); // 阻止默认链接行为 targetElement.scrollIntoView({ behavior: "smooth" }); // 平滑滚动到目标元素 }); } else { console.warn( `Either scroll link with ID '${scrollLinkId}' or target element with ID '${targetElementId}' not found.` ); } } // 使用该函数设置多个滚动链接 setupScrollLink("Article_Details_main1L2s_1", "article_main_title1"); setupScrollLink("Article_Details_main1L2s_2", "article_main_title2"); setupScrollLink("Article_Details_main1L2s_3", "article_main_title3"); setupScrollLink("Article_Details_main1L2s_4", "article_main_title4"); setupScrollLink("Article_Details_main1L2s_5", "article_main_title5"); setupScrollLink("Article_Details_main1L2s_6", "article_main_title6"); // 可以继续添加更多的滚动链接设置 }); window.addEventListener("scroll", function () { var fixedElement = document.getElementById("Article_Details_main1Lmain"); var scrollTop = window.scrollY || document.documentElement.scrollTop; // 兼容不同浏览器 var clientHeight = window.innerHeight || document.documentElement.clientHeight; // 视口高度 var scrollHeight = document.documentElement.scrollHeight; // 页面总高度 // 计算距离底部的距离 var distanceToBottom = scrollHeight - scrollTop - clientHeight; // 当距离底部小于或等于300px时,取消固定定位 if (distanceToBottom <= 980) { fixedElement.classList.remove("Article_Details_main1Lmain"); fixedElement.classList.add("Article_Details_main1Lmain_relative"); } else { // 否则,保持固定定位 fixedElement.classList.remove("Article_Details_main1Lmain_relative"); fixedElement.classList.add("Article_Details_main1Lmain"); } }); </script> </body> </html>