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