Blog

22 de June de 2023

Placeholder

Placeholder

the attribute placeholder is a small hint in a field (input), to show the expected value, this hint is displayed in the field before the user enters a value.

To change the placeholder of a field is simple, in the CSS put:

input::placeholder{
	color: red;
}
Share:
Others

Tips

Erro ao subir o projeto React

Erro ao subir o projeto React

View more

$_SESSION

$_SESSION

View more

Redirecionamento para outro site

Redirection to another website

View more