Use hr element to create a line across the page

Description

The hr element represented a horizontal rule. a line across the page.

Example

The following code uses the hr Element.


<!DOCTYPE HTML>
<html>
<body>
  <p>
    This is a test.<!--  w  w w . j av  a2  s  .  com-->
  </p>
    <hr/>
  <p>This is another test.
  </p>
</body>
</html>

Click to view the demo





















Home »
  HTML CSS »
    HTML »




HTML Introduction
HTML Document
HTML Section
HTML Group Content
HTML Text Marker
HTML Table
HTML Form
HTML Embed