Allows for the creation of a horizontal rule, which is used to signify a shift of topic or to separate content within an HTML page.
| 1 | 
| ... | a collection of HTML objects, textual elements (as bare text or Markdown-styled text), arbitrary attributes (given as named variables). | 
| id | a global attribute for specifying a
unique ID for an HTML element (the value must
be unique within the HTML document, though, this
is not currently enforced here). The primary use
of the  When constructing an  | 
| class | a global attribute for specifying
one or more classnames for an element. The
 When constructing class names, there are two
things to keep in mind: (1) they begin with a
letter ( | 
| global | provides an opportunity to supply
global attributes other than the  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.