diff options
author | 极速蜗牛 <31986081+Jisu-Woniu@users.noreply.github.com> | 2021-10-31 15:58:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-31 15:58:06 +0800 |
commit | 8ec8f28ca36c972046b75921bafc9bf04e778619 (patch) | |
tree | 7c1558398fc842d8ac17d877b2a9765f4e6ae2c9 /files | |
parent | 097a68955ffa99cf09455235518d08a7674de068 (diff) | |
download | translated-content-8ec8f28ca36c972046b75921bafc9bf04e778619.tar.gz translated-content-8ec8f28ca36c972046b75921bafc9bf04e778619.tar.bz2 translated-content-8ec8f28ca36c972046b75921bafc9bf04e778619.zip |
Fix link url Web/HTML/Block-level_elements, zh-CN (#2923)
Diffstat (limited to 'files')
-rw-r--r-- | files/zh-cn/web/html/block-level_elements/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/block-level_elements/index.html b/files/zh-cn/web/html/block-level_elements/index.html index cb0df4261a..1cd62da268 100644 --- a/files/zh-cn/web/html/block-level_elements/index.html +++ b/files/zh-cn/web/html/block-level_elements/index.html @@ -8,7 +8,7 @@ tags: - 指南 translation_of: Web/HTML/Block-level_elements --- -<p>HTML(超文本标记语言)中元素大多数都是“块级”元素或<a href="/zh-CN/docs/HTML/Inline_elements" title="/zh-CN/docs/HTML/Inline_elements">行内元素</a>。块级元素占据其父元素(容器)的整个水平空间,垂直空间等于其内容高度,因此创建了一个“块”。这篇文章帮助解释这个概念。</p> +<p>HTML(超文本标记语言)中元素大多数都是“块级”元素或<a href="/zh-CN/docs/Web/HTML/Inline_elements" title="/zh-CN/docs/Web/HTML/Inline_elements">行内元素</a>。块级元素占据其父元素(容器)的整个水平空间,垂直空间等于其内容高度,因此创建了一个“块”。这篇文章帮助解释这个概念。</p> <p>通常浏览器会在块级元素前后另起一个新行。下面的例子表明了块级元素的作用:</p> |