Demo of text box with placeholder



HTML

<TextArea name='txtArea' rows="3" cols="50" 
placeholder='This is placeholder data as stored'></TextArea>
<?Php
echo "</div><div class='col-md-4'>";
require "templates/side_for_ad.php";
echo "</div></div>";
require "../../templates/temp1/analytic-only.php";
?>