Mark Wilson I am the creator of TopXML. I am available for international and local (Australia) contracts. I am a Solution Architect/Business Analyst. I have worked in IT in several countries (NZ, Australia, South Africa, UK) building and training teams for government and very large non-governmental organizations. I am ex-Microsoft Consulting Services. I wrote the first book on Microsoft XML published in 2000 called XML Programming with VB and ASP. Most recently I have been building tools for the SEO industry. Ask me for a 37 point SEO health-checkup for your website.
First posted :
03/24/2008
Times viewed :
4281
The <hr> Tag (XHTML Reference)
Introduction
The <hr> tag creates a visual horizontal line. It can
be used to separate paragraphs or sections. You can also use it under a title
or headline that will visually separate the header from the rest content, like
navigation bar or article body. A <hr> line creates its own paragraph.
Example
This is some text above the line
<hr />
This is some text under the line
You can even apply a style to use a color so that the line
looks much better.
This is some text above the line
<hr style="color:#FF0000">
This is some text under the line
Output
Attributes
Name:
Description:
align
Aligns the line to one of the following options:
Left (default)
Center
Right
noshade
This is an empty attribute which doesn’t require any
value. If you use this attribute then you specify that the style of line will
be flat without any 3D-Effect.
size
Size specifies the thickness of the line in pixel.
width
Width specifies the width of the line in pixel or percent.