Forrest logo
back to the hr tool

hr:tldr:adab7

hr: Print a horizontal rule.
$ hr
try on your machine

The command "hr" stands for "horizontal rule" and is used in various contexts to add a horizontal line or divider to separate or organize content. In programming or web development, the "hr" command is often used in HTML or Markdown code to create a horizontal line on a webpage. For example, in HTML, you can use the "


" tag to insert a visible horizontal line: ```html


This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the hr tool