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
Specifies a default value
Makes the text bold