Thematic breaks

You can create visual dividers between sections of a page with <hr> elements.

For example, here's a standard <hr> element:


This is a full-width <hr class="full-width"> element:


There should always be text content before and after visual dividers. An <hr> should never be the last element on the page to prevent the last divider from displaying too closely to the page footer.