diff options
author | Malaaaa <37627837+Malaaaa@users.noreply.github.com> | 2022-03-08 03:11:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 16:11:23 +0800 |
commit | 640955445c8389c55b2868aa8423292d2077d532 (patch) | |
tree | 3382e00a0f5234a2fd0a9e438488833f4f4f733c /files/zh-cn/learn/html | |
parent | d53bae971e455859229bcb3246e29bcbc85179d2 (diff) | |
download | translated-content-640955445c8389c55b2868aa8423292d2077d532.tar.gz translated-content-640955445c8389c55b2868aa8423292d2077d532.tar.bz2 translated-content-640955445c8389c55b2868aa8423292d2077d532.zip |
deleting "index.html" in some links (#4432)
* fix some links by deleting index.html
* fix web description error
the description text is different with the image shows
Diffstat (limited to 'files/zh-cn/learn/html')
-rw-r--r-- | files/zh-cn/learn/html/introduction_to_html/the_head_metadata_in_html/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/files/zh-cn/learn/html/introduction_to_html/the_head_metadata_in_html/index.html b/files/zh-cn/learn/html/introduction_to_html/the_head_metadata_in_html/index.html index a5c51b3ff8..f6a176d75b 100644 --- a/files/zh-cn/learn/html/introduction_to_html/the_head_metadata_in_html/index.html +++ b/files/zh-cn/learn/html/introduction_to_html/the_head_metadata_in_html/index.html @@ -135,10 +135,11 @@ started with developing web sites and applications."></pre> <ol> <li>访问 <a href="https://developer.mozilla.org/zh-CN/">MDN Web Docs</a>。</li> <li>查看网页源代码(<em>通过鼠标右键点击网页在弹出的菜单中选择[查看网页源代码]</em>)</li> - <li>找到description的meta标签。就和如下展示的这样: - <pre class="brush: html notranslate"><meta name="description" content="The Mozilla Developer Network (MDN) provides -information about Open Web technologies including HTML, CSS, and APIs for both -Web sites and HTML5 Apps. It also documents Mozilla products, like Firefox OS."></pre> + <li>找到description的meta标签。就和如下展示的这样:+ + <pre class="brush: html notranslate"><meta name="description" content="The MDN Web Docs site + provides information about Open Web technologies + including HTML, CSS, and APIs for both Web sites and + progressive web apps."></pre> </li> <li>现在,在你喜欢的搜索引擎里搜索“MDN Web Docs” (下图展示的是在谷歌搜索里的情况) 。你会看到description <code><meta></code> and <code><title></code> 元素如何在搜索结果里显示— 很值得这样做哦!</li> </ol> |