Add Placeholder Text to a Text Field--

someone could help me? ı couldnt understand

1 Like

placeholder is an html attribute like id and class. You apply a placeholder just like you do id and class.

1 Like

thanks ı solve the problem

1 Like

Example:

<input type="text" placeholder="This is what will show in the actual box when the page is viewed in a browser">

Although that placeholder may be a bit longer than is cool.

1 Like