How to fix HTML5 text area placeholder not appearing?

Spread the love

Sometimes, we want to fix HTML5 text area placeholder not appearing.

In this article, we’ll look at how to fix HTML5 text area placeholder not appearing.

How to fix HTML5 text area placeholder not appearing?

To fix HTML5 text area placeholder not appearing, we should remove all spaces between the opening and closing tags.

For instance, we write

<textarea placeholder="YOUR TEXT"></textarea>

to add a text area with a placeholder and without any spaces to make the placeholder show.

Conclusion

To fix HTML5 text area placeholder not appearing, we should remove all spaces between the opening and closing tags.

Leave a Reply

Your email address will not be published. Required fields are marked *