štvrtok 21. januára 2010

<hr> - horizontal rule

<hr>
<!--Horizontal rule, width="100%". -->


width may be 1 - 100%


<hr width="30%">
<!--Horizontal rule, width="30%". -->



size may be 1 - 20
<hr width="75%" size="5" >
<!--Horizontal rule, width="75%" size 5 with shadow. -->



<hr noshade width="80%" size="5" >
<!--Horizontal rule, width="80%" size 5 without shadow. -->



align may be right, center or left
<hr noshade align="right" width="80%" size="2" >
<!--Horizontal rule, width="80%" size 2 without shadow,align right. -->



<hr noshade color="red" align="right" width="80%" size="2" >
<!--Horizontal rule, width="80%" size 2 without shadow,align right,color red. -->

Žiadne komentáre:

Zverejnenie komentára