how to start a first letter alone always in capital letters in input field using css code example
Example: conveert text to uppercase in input field
<input type="text" class="normal"
name="Name" size="20" maxlength="20"
style="text-transform:uppercase" />