diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-02-25 08:31:36 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2021-02-25 08:31:36 -0500 |
commit | 97065b2e68dd8768dc1ea092c893c57ebe205026 (patch) | |
tree | 11bf4a1114c543989c24c7a801ba379b2c20a30c /files/zh-cn/learn/common_questions | |
parent | d1794f6b276285489b417053507f432a14be31df (diff) | |
download | translated-content-97065b2e68dd8768dc1ea092c893c57ebe205026.tar.gz translated-content-97065b2e68dd8768dc1ea092c893c57ebe205026.tar.bz2 translated-content-97065b2e68dd8768dc1ea092c893c57ebe205026.zip |
use class="hidden" not style="display:none"
Diffstat (limited to 'files/zh-cn/learn/common_questions')
-rw-r--r-- | files/zh-cn/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/learn/common_questions/upload_files_to_a_web_server/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html b/files/zh-cn/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html index 5b09080497..754f4732ff 100644 --- a/files/zh-cn/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html +++ b/files/zh-cn/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html @@ -56,7 +56,7 @@ translation_of: Learn/Common_questions/Checking_that_your_web_site_is_working_pr <p>服务器在收到请求时会以一条状态信息作出响应。以下是最常见的状态:</p> <dl> - <dt><strong><span id="cke_bm_110S" style="display: none;"> </span>200: OK</strong></dt> + <dt><strong><span id="cke_bm_110S" class="hidden"> </span>200: OK</strong></dt> <dd>你请求的资源已递送。</dd> <dt><strong>301: Moved permanently</strong></dt> <dd>资源已被移到新的位置。你将无法在浏览器中看到,但了解"301"是件好事,因为搜索引擎利用这条信息更新它们的索引。</dd> diff --git a/files/zh-cn/learn/common_questions/upload_files_to_a_web_server/index.html b/files/zh-cn/learn/common_questions/upload_files_to_a_web_server/index.html index d554870125..223672abc7 100644 --- a/files/zh-cn/learn/common_questions/upload_files_to_a_web_server/index.html +++ b/files/zh-cn/learn/common_questions/upload_files_to_a_web_server/index.html @@ -139,5 +139,5 @@ translation_of: Learn/Common_questions/Upload_files_to_a_web_server <p> </p> <p> - <audio style="display: none;"> </audio> + <audio class="hidden"> </audio> </p> |