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 :

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

textarea placeholder example
You can see in the above examples, when the fields are empty the hint text is displayed in a mild greyish color.
More Posts related to Bootstrap,
- How to disable button in Bootstrap
- Bootstrap tooltip not working
- Bootstrap Button Colors Classes
- Rounded Images in Bootstrap framework
- Right Align Text in Bootstrap framework
- How to add hint text in bootstrap input text field and text area
- Create Bootstrap carousel slider with Text
- Bootstrap Nav Menu Dropdown on hover
- [Solved] Bootstrap tooltip not working
- Align left align text in Bootstrap
More Posts:
- How to check if a port is in use using terminal [Linux or macOS] - MacOS
- [Solution] com.amazonaws.dynamodb.v20120810 MissingAuthenticationToken Key Id or X.509 certificate - AWS
- Informal written computer correspondence acronyms list and meanings - 2022
- Android [SDK Manager] The system cannot find the path specified - Android-Studio
- Convert JSON String to Java GSON Object Example - Java
- How to rerun last command in Zsh shell - HowTos
- How to check the size of a Docker Container - Docker
- Have you noticed MacOS Ventura About this Mac look like Mac OS X - Mac-OS-X