aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/zh-cn/learn/html/introduction_to_html/getting_started/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/learn/html/introduction_to_html/getting_started/index.html b/files/zh-cn/learn/html/introduction_to_html/getting_started/index.html
index 34fa761a4e..70eeac7352 100644
--- a/files/zh-cn/learn/html/introduction_to_html/getting_started/index.html
+++ b/files/zh-cn/learn/html/introduction_to_html/getting_started/index.html
@@ -38,7 +38,7 @@ translation_of: Learn/HTML/Introduction_to_HTML/Getting_started
<pre class="brush: html">&lt;p&gt;我的猫咪脾气爆:)&lt;/p&gt;</pre>
<div class="note">
-<p><strong>注:</strong>HTML 标签不区分大小写。也就是说,输入标签时既可以使用大写字母也可以使用小写字母。例如,标签 {{htmlelement("title")}} 写作<code>&lt;title&gt;<font face="x-locale-heading-primary, zillaslab, Palatino, Palatino Linotype, x-locale-heading-secondary, serif"><span style="background-color: #fff3d4;">、</span></font></code><code>&lt;TITLE&gt;</code>、<code>&lt;Title&gt;</code>、<code>&lt;TiTlE&gt;</code>,等等都可以正常工作。不过,从一致性、可读性等各方面来说,最好仅使用小写字母。</p>
+<p><strong>注:</strong>HTML 标签不区分大小写。也就是说,输入标签时既可以使用大写字母也可以使用小写字母。例如,标签 {{htmlelement("title")}} 写作<code>&lt;title&gt;<font face="x-locale-heading-primary, zillaslab, Palatino, Palatino Linotype, x-locale-heading-secondary, serif"><span style="background-color: #fff3d4;">、</span></font></code><code>&lt;TITLE&gt;</code>、<code>&lt;Title&gt;</code>、<code>&lt;TiTlE&gt;</code>,等等都可以正常工作。不过,从一致性、可读性来说,最好仅使用小写字母。</p>
</div>
<h2 id="剖析一个_HTML_元素">剖析一个 HTML 元素</h2>