1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
---
title: '<strong>: 強い重要性要素'
slug: Web/HTML/Element/strong
tags:
- Element
- HTML
- HTML text-level semantics
- 'HTML:Flow content'
- 'HTML:Palpable Content'
- 'HTML:Phrasing content'
- Reference
- Strong Importance
- Urgency
- Web
- strong
translation_of: Web/HTML/Element/strong
---
<div>{{HTMLRef}}</div>
<p><span class="seoSummary">HTML の<strong>強い重要性要素</strong> (<strong><code><strong></code></strong>) は、内容の重要性、重大性、または緊急性が高いテキストを表します。ブラウザーは一般的に太字で描画します。</span></p>
<div>{{EmbedInteractiveExample("pages/tabbed/strong.html", "tabbed-shorter")}}</div>
<p class="hidden">このデモのソースファイルは GitHub リポジトリに格納されています。デモプロジェクトに協力したい場合は、 <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> をクローンしてプルリクエストを送信してください。</p>
<table class="properties">
<tbody>
<tr>
<th scope="row"><a href="/ja/docs/Web/HTML/Content_categories">コンテンツカテゴリ</a></th>
<td><a href="/ja/docs/Web/HTML/Content_categories#Flow_content">フローコンテンツ</a>, <a href="/ja/docs/Web/HTML/Content_categories#Phrasing_content">記述コンテンツ</a>, 知覚可能コンテンツ</td>
</tr>
<tr>
<th scope="row">許可されている内容</th>
<td><a href="/ja/docs/Web/HTML/Content_categories#Phrasing_content">記述コンテンツ</a></td>
</tr>
<tr>
<th scope="row">タグの省略</th>
<td>なし、開始タグと終了タグの両方が必要。</td>
</tr>
<tr>
<th scope="row">許可されている親要素</th>
<td><a href="/ja/docs/Web/HTML/Content_categories#Phrasing_content">記述コンテンツ</a>を受け入れるすべての要素、または<a href="/ja/docs/Web/HTML/Content_categories#Flow_content">フローコンテンツ</a>を受け入れるすべての要素。</td>
</tr>
<tr>
<th scope="row">暗黙の ARIA ロール</th>
<td><a href="https://www.w3.org/TR/html-aria/#dfn-no-corresponding-role">対応するロールなし</a></td>
</tr>
<tr>
<th scope="row">許可されている ARIA ロール</th>
<td>すべて</td>
</tr>
<tr>
<th scope="row">DOM インターフェイス</th>
<td>{{domxref("HTMLElement")}}</td>
</tr>
</tbody>
</table>
<h2 id="Attributes" name="Attributes">属性</h2>
<p>この要素には<a href="/ja/docs/Web/HTML/Global_attributes">グローバル属性</a>のみがあります。</p>
<h2 id="Usage_notes" name="Usage_notes">使用上のメモ</h2>
<p><code><strong></code> 要素は「強い重要性」のある内容、つまり (警告など) 高い重大性や緊急性のある物事のためのものです。これは、ページ全体にとって非常に重要な文である可能性があります。または、いくつかの単語が周囲のコンテンツと比較して重要であると指摘することができます。</p>
<p>通常、この要素は既定で太字で表示されます。しかし、単に太字にするために使用<em>しない</em>でください。そのような用途には CSS の {{cssxref("font-weight")}} プロパティを使用してください。高い水準の重要性を示すことなく、あるテキストに注意を引かせたい場合は {{HTMLElement("b")}} 要素を使用してください。強調する文字列をマークしたい場合は {{HTMLElement("em")}} 要素を使用してください。</p>
<p>他に、ページのテキストの中でメモや警告を表す段落のラベルを記述することも <code><strong></code> の許容される使い方です。</p>
<h3 id="<b>_vs._<strong>" name="<b>_vs._<strong>"><b> と <strong></h3>
<p>新しい開発者をよく悩ませることが、ウェブサイトの表示において同じことを表現するために、なぜたくさんの方法があるかということです。 {{HTMLElement("b")}} と <code><strong></code> はもっともよくある混乱の源で、開発者に「<code><b></code> と <code><strong></code> のどちらを使えばいいんですか?どちらも同じことをするんでしょう?」という疑問を起こします。</p>
<p>それは正しくありません。 <code><strong></code> 要素はより高い重要性を持つコンテンツのためのものであるのに対し、 <code><b></code> 要素はより重要であるという意味なしに、テキストに注意を引かせるために使用します。</p>
<p>HTML5 ではどちらも有効で意味のある要素であり、ほとんどのブラウザーでは、同じ既定のスタイル (太字) が使用されていることは間違いありません (ただし、古いブラウザーの中には <code><strong></code> に下線を引くものもあります)。それぞれの要素は特定の種類のシナリオで使用するためのものです。単に装飾のために太字のテキストを使用する場合は、代わりに CSS の {{cssxref("font-weight")}} プロパティを使用してください。</p>
<p>囲まれたテキストの意図された意味または目的によって、使用する要素を決定してください。伝えられる意味がどのような意味であるかがすべてです。</p>
<h3 id="<em>_vs._<strong>" name="<em>_vs._<strong>"><em> と <strong></h3>
<p>この混乱に加えて、 HTML 4 では <code><strong></code> を単により強い強調としていましたが、 HTML 5 では <code><strong></code> を「内容の強い重要性」を表すもの定義しています。これは重要な違いです。</p>
<p><code><em></code> が (「私はにんじんが<em>好きです<em>」と「私は<em>にんじんが<em>好きです」のように) 発音の強調によって文の意味が変わる場合に使用するのに対し、 <code><strong></code> は (例えば「<strong>警告!</strong>これは<strong>とても危険です</strong>」のように) 文の一部に重要性を加えるために使用します。 <code><strong></code> と <code><em></code> のどちらも入れ子にして、それぞれ相対的な重要度や強調度を高めるためことができます。</p>
<h2 id="Examples" name="Examples">例</h2>
<h3 id="Basic_example" name="Basic_example">基本的な例</h3>
<pre class="brush: html notranslate"><p>Before proceeding, <strong>make sure you put on your safety goggles</strong>.</p></pre>
<p>結果は次のようになります。</p>
<p>{{EmbedLiveSample("Basic_example", 650, 80)}}</p>
<h3 id="Labeling_warnings" name="Labeling_warnings">警告のラベル表示</h3>
<pre class="brush: html notranslate"><p><strong>Important:</strong> Before proceeding, make sure you add plenty of butter.</p></pre>
<p>結果は次のようになります。</p>
<p>{{EmbedLiveSample("Labeling_warnings", 650, 80)}}</p>
<h2 id="Specifications" name="Specifications">仕様書</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">仕様書</th>
<th scope="col">状態</th>
<th scope="col">備考</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName('HTML WHATWG', 'text-level-semantics.html#the-strong-element', '<strong>')}}</td>
<td>{{Spec2('HTML WHATWG')}}</td>
<td></td>
</tr>
<tr>
<td>{{SpecName('HTML5 W3C', 'textlevel-semantics.html#the-strong-element', '<strong>')}}</td>
<td>{{Spec2('HTML5 W3C')}}</td>
<td></td>
</tr>
<tr>
<td>{{SpecName('HTML4.01', 'struct/text.html#edef-STRONG', '<strong>')}}</td>
<td>{{Spec2('HTML4.01')}}</td>
<td></td>
</tr>
</tbody>
</table>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
<p>{{Compat("html.elements.strong")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
<li>{{HTMLElement("b")}} 要素</li>
<li>{{HTMLElement("em")}} 要素</li>
<li>{{cssxref("font-weight")}} プロパティ</li>
</ul>
|