Files
Ahmad Abdolsaheb 23ca5d9cc6 fix: replace imgur with s3 for Chinese guide without conflict (#36052)
* fix: imgur to s3 for chinese guide without conflict

(cherry picked from commit 21e3afaee0f23d700f76ea662bc193b392fc54ac)

* fix: remove extra links

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: revert changes

* fix: revert changes

* fix: revert changes

* fix: revert changes
2019-05-25 02:39:49 +05:30

1.0 KiB
Raw Blame History

title, localeTitle
title localeTitle
Create a Horizontal Line Using the hr Element 使用hr元素创建水平线

使用hr元素创建水平线

hr标记是最简单的HTML元素之一。它在其父元素上创建一条细水平线。

本课程使用hr标记分隔“卡片”的标题和内容。那么如何创建hr元素呢?


<!-- It's this easy --> 
 <hr> 

此元素是自动关闭的,但为了对解析器和样式检查器友好,您应该添加一个明确的结束标记。


<hr /> 

无论您选择哪种格式,都会在freeCodeCamp的 本课程中创建一条水平线。以下是该课程的屏幕截图显示了div中包含的hr元素。

示例hr

资源: