diff --git a/guide/english/certifications/responsive-web-design/applied-visual-design/create-a-horizontal-line-using-the-hr-element/index.md b/guide/english/certifications/responsive-web-design/applied-visual-design/create-a-horizontal-line-using-the-hr-element/index.md index b78efd8053..32d0ff2985 100644 --- a/guide/english/certifications/responsive-web-design/applied-visual-design/create-a-horizontal-line-using-the-hr-element/index.md +++ b/guide/english/certifications/responsive-web-design/applied-visual-design/create-a-horizontal-line-using-the-hr-element/index.md @@ -3,21 +3,16 @@ 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 creates a thin horizontal line line across its parent 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 uses the `hr` tag to separate the title and content of a "card". So how do you create an `hr` 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? ```html - +