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