Adding Line Dividers🔗
separator, horizontal, break, section, accent
Divider lines (a.k.a. horizonal rule, thematic break) are visible line that separates the contents displayed on a page. These are some examples of their use:
- As a section divider:
- As a thematic break:
- As a form separator:
Use *html
in the way shown below to generate them:
*html
<hr>
Next: Asking questions