1/* Answer to: "hr css mdn" */
2
3/*
4 The HTML <hr> element represents a thematic break between
5 paragraph-level elements: for example, a change of scene in a
6 story, or a shift of topic within a section.
7
8 Here's the documentation to this <hr> (Horizontal Rule) tag:
9 https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hr
10*/