aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/input
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-17 11:37:07 +0900
committerGitHub <noreply@github.com>2021-08-17 11:37:07 +0900
commit98a7793a51bdbdeefb172842e677dca22eb779e5 (patch)
treef07cde27678193afe366832bd58c958657fadc6c /files/zh-cn/web/html/element/input
parent6c30dec8016abec2fba8caf0bd07d0e145c37caf (diff)
parenta28f6c8632ced6d91d311614d96ab643e5ef7058 (diff)
downloadtranslated-content-98a7793a51bdbdeefb172842e677dca22eb779e5.tar.gz
translated-content-98a7793a51bdbdeefb172842e677dca22eb779e5.tar.bz2
translated-content-98a7793a51bdbdeefb172842e677dca22eb779e5.zip
Merge branch 'mdn:main' into 20210811-orphaned/Web/API/NavigatorLanguage
Diffstat (limited to 'files/zh-cn/web/html/element/input')
-rw-r--r--files/zh-cn/web/html/element/input/checkbox/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/element/input/checkbox/index.html b/files/zh-cn/web/html/element/input/checkbox/index.html
index 14a0d21aef..4f349c2449 100644
--- a/files/zh-cn/web/html/element/input/checkbox/index.html
+++ b/files/zh-cn/web/html/element/input/checkbox/index.html
@@ -25,7 +25,7 @@ translation_of: Web/HTML/Element/input/checkbox
<dd>指定checkbox处于不定状态(在大多数平台,这样会产生一个划过checkbox的横线)。</dd>
</dl>
-<h2 id="示例">示例</h2>
+<h2 id="Example">示例</h2>
<pre class="brush: html">&lt;p&gt;
&lt;input type="checkbox" id="cbox1" value="first_checkbox"&gt;