Write some text in a paragraph and then using css capitalize the first letter in every word in the paragraph.

1 answer

Use the capitalize command as in:
p.capitalize {text-transform:capitalize;}

or,
<p class="capitalize">This is some text.</p>

For details, see:
http://www.w3schools.com/css/css_text.asp