Tuesday 20 November 2012

CSS textbox starting word uppercase

Untitled Document Enter your text :

<!--  code start   -->

<!DOCTYPE">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style>
#capitals{ text-transform:capitalize;}

</style>
</head>

<body>
enter your text : <input type="text"  id="capitals"  />

</body>
</html>

<!--  code start   -->


No comments:

Post a Comment

Do you think it could be useful for you? Share your thoughts with us!