'hr' creates a horizontal rule : hr : Basic Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Basic Tags » hr »

 

'hr' creates a horizontal rule



    
<html>
<head>
<title>hr element example</title>
</head>
<body>Text
     <hr id="firstRule" noshade color="blue">
     Text
     <hr id="firstRule" color="blue">
     <br>
     <br>
     <br>
     <br>
     <br>
     <br>
     www.navioo.com
     <hr>
</body>
</html>
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Basic Tags
» hr