What is the purpose of the placeholder attribute in an <input>?
placeholder
<input>
<input type="text" placeholder="Write something...">
Displays a validation message
Defines the default value of the input
Displays suggestive text within the input
None of the options