1 2 3 4 5 6 7 8
<!doctype HTML> <style> .green { float: left; color: green; } </style> <p><span class='green'>L</span>orom opsom</p>