streda 7. apríla 2010

štvrtok 21. januára 2010

<u> underline

<p>Example for text <u>with underline</u></p>

Example for text with underline

<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. -->

<PRE> - perfomatted text

<PRE>
I got my first real six-string
Bought it at the five-and-dime
Played 'til my fingers bled
It was summer of '69...

Bryan Adams - Summer Of '69
</PRE>




I got my first real six-string
Bought it at the five-and-dime
Played 'til my fingers bled
It was summer of '69...

Bryan Adams - Summer Of '69

streda 20. januára 2010

Font size

This is your text in font size=2
<font size="2">This is your text in font size=2</font>

This is your text in font size=3
<font size="3">This is your text in font size=3</font>

This is your text in font size=4
<font size="4">This is your text in font size=4</font>

This is your text in font size=5
<font size="5">This is your text in font size=5</font>

This is your text in font size normal

<p>This is your text in font size=normal</p>

Letters <b> bold

This is example for letters in bold
<b>This is example for letters in bold</b>

Letters <i> italic

This is example for letters in italic
<i>This is example for letters in italic</i>