aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/html/element/center/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/html/element/center/index.html')
-rw-r--r--files/ja/web/html/element/center/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/html/element/center/index.html b/files/ja/web/html/element/center/index.html
index a1c351a7d4..168d981b5f 100644
--- a/files/ja/web/html/element/center/index.html
+++ b/files/ja/web/html/element/center/index.html
@@ -13,7 +13,7 @@ translation_of: Web/HTML/Element/center
<p><span class="seoSummary">廃止済みの <strong>HTML の中央揃え要素</strong> (<strong><code>&lt;center&gt;</code></strong>) は、中に含まれるブロックレベルまたはインラインコンテンツを中央揃えして表示する<a href="/ja/docs/Web/HTML/Block-level_elements" title="HTML/Block-level_elements">ブロックレベル要素</a>です。</span>コンテナーはふつう {{HTMLElement("body")}} ですが、必ずしもそうとは限りません。</p>
-<p>このタグは HTML 4 (及び XHTML 1) で非推奨要素に指定され、 <a href="/en-US/docs/Web/CSS" title="/en-US/docs/Web/CSS">CSS</a> の {{Cssxref("text-align")}} プロパティを {{HTMLElement("div")}} 要素に適用するか、それぞれの {{HTMLElement("p")}} 要素に適用する方式が採用されました。ブロックを中央揃えするには、別な CSS プロパティである {{Cssxref("margin-left")}} および {{Cssxref("margin-right")}} など用いて、値を <code>auto</code> に設定してください(または、 {{Cssxref("margin")}} を <code>0 auto</code> に設定してください)。</p>
+<p>このタグは HTML 4 (及び XHTML 1) で非推奨要素に指定され、 <a href="/ja/docs/Web/CSS" title="/en-US/docs/Web/CSS">CSS</a> の {{Cssxref("text-align")}} プロパティを {{HTMLElement("div")}} 要素に適用するか、それぞれの {{HTMLElement("p")}} 要素に適用する方式が採用されました。ブロックを中央揃えするには、別な CSS プロパティである {{Cssxref("margin-left")}} および {{Cssxref("margin-right")}} など用いて、値を <code>auto</code> に設定してください(または、 {{Cssxref("margin")}} を <code>0 auto</code> に設定してください)。</p>
<h2 id="DOM_Interface" name="DOM_Interface">DOM インタフェース</h2>