What does the placeholder attribute do in an input field?
placeholder
<input type="text" placeholder="Enter your name">
Sends data to the server
Provides a hint to the user
Makes the text bold
Specifies a default value