Files
Ahmad Abdolsaheb a16539becf fix: replace imgur with s3 for english guide without conflict (#36053)
* fix: imgur to s3 for englsh guide without conflict

(cherry picked from commit 9c9f15abf4e755feab79ef7090dacdcf497ea7b6)

* fix: revert unrelated changes
2019-05-20 23:54:51 +05:30

1.0 KiB

title
title
Create a Horizontal Line Using the hr Element

Create a Horizontal Line Using the hr Element

The hr tag is one of the simplest HTML elements. It represents a thematic change in content and creates a thin horizontal line across its parent element.

This lesson requires you to use the hr tag to separate the title and content of a "card". So how do you create an hr element?

<!-- It's this easy. Note that it does not have a closing tag. -->
<hr>

Add this tag between the title and content to create the horizontal line in this lesson on freeCodeCamp. Here is a screenshot from that lesson showing an hr element contained within the "cardText" div.

Example hr

Resources: