Simple placeholder

Example to show html placeholder attribute usage.

by Sanjeevi Rajagopalan

HTML

<input type="text" id="userName" placeholder="Enter User Name">
<input type="password" id="password" placeholder="Enter password">
<textarea id="description" placeholder="Enter description"></textarea>