If you are using Twitter's Bootstrap to build your webpage and want to add a hint text in your input filed or a text area use can do it by using placeholder property.
Example
1. Input Text Filed
Input Filed : <input type="text" placeholder="Enter your name" />
Result :

2. Text Area
<textarea class="span12" placeholder="This is a place holder text"></textarea>
Result :

You can see in the above examples, when the fields are empty the hint text is displayed in a mild greyish color.
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!