Google
 

Monday, December 3, 2007

Dividers

(justification, line breaks, etc)
 

HTML Tags including BR - HR - P - BREAK - PARAGRAPH

 

-----------------------------------------------------------------------------------------------------------

HTML tags - Dividers

-----------------------------------------------------------------------------------------------------------

<BR>

line break, often referred to as a carriage return.


<HR>

horizontal rule, places a horizontal line across the document.


<HR ALIGN=CENTER>

horizontal rule with center alignment.


<HR ALIGN=LEFT>

horizontal rule with left alignment.


<HR ALIGN=RIGHT>

horizontal rule with right alignment.


<HR NOSHADE>

horizontal rule with no shading.


<HR SIZE=?>

horizontal rule with specified thickness '?' in pixels.


<HR WIDTH=?>

horizontal rule with specified width '?' in pixels.


<HR WIDTH="?">

horizontal rule with specified width '?' in percent.

------------------------------------------------------------------------------------------------------------

<P>

denotes a new paragraph, used in conjunction with the </P> tag.


</P>

denotes the end of the paragraph.


<P ALIGN=CENTER>

new paragraph with center alignment, used in conjunction with the </P> tag.


<P ALIGN=JUSTIFY>

new paragraph fully justified, used in conjunction with the </P> tag.


<P ALIGN=LEFT>

new paragraph with left alignment, used in conjunction with the </P> tag.


<P ALIGN=RIGHT>

new paragraph with right alignment, used in conjunction with the </P> tag.

 

No comments: