aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authortbfeng <65409143+tbfeng@users.noreply.github.com>2021-10-12 10:56:17 +0800
committerGitHub <noreply@github.com>2021-10-12 10:56:17 +0800
commit7f65d66e96ef62a815eabf8d9f4e916f68c55f15 (patch)
tree3f5acce8198ca30da869433b1f793d059e8e161d /files
parentbee2957fb6f7ca680997bb157c1aa662784d1a42 (diff)
downloadtranslated-content-7f65d66e96ef62a815eabf8d9f4e916f68c55f15.tar.gz
translated-content-7f65d66e96ef62a815eabf8d9f4e916f68c55f15.tar.bz2
translated-content-7f65d66e96ef62a815eabf8d9f4e916f68c55f15.zip
Improve Learn/HTML/Introduction_to_HTML/Getting_started, zh-CN (#2696)
Delete "等各方面" to follow English edition.
Diffstat (limited to 'files')
-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>