You can drag the Page Separator component from
the Palette's Layout category to the Visual Designer to create a horizontal line that resizes to any page width selected by the user. This component is the visual equivalent of an HTML <hr> tag.
This component is a JavaServer Faces 1.1 component. You see components that use this
version of JavaServer Faces when your project uses J2EE 1.4 or J2EE 1.3.
In the page bean, a Page Separator component is a PageSeparator object.
If you want to use an HTML <hr> tag, drop a Meta component on the page and set its tag property to hr.