Text style sample

<span style="font-style:      italic;">      sample 1</span>
<span style="font-variant:    small-caps;">  sample 2</span>
<span style="font-weight:     bold;">        sample 3</span>
<span style="letter-spacing:  2px;">         sample 4</span>
<span style="line-height:     220%;">        sample 5</span>
<span style="text-decoration: line-through;">sample 6</span>
<span style="text-transform:  uppercase;">   sample 7</span>
<span style="word-spacing:    10px;">        sample 8</span>
          
sample 1
sample 2
sample 3
sample 4
sample 5
sample 6
sample 7
sample 8