Valid Web-Development-Applications Dumps shared by ExamDiscuss.com for Helping Passing Web-Development-Applications Exam! ExamDiscuss.com now offer the newest Web-Development-Applications exam dumps, the ExamDiscuss.com Web-Development-Applications exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Web-Development-Applications dumps with Test Engine here:
Which attribute displays help text in an input field without specifying an actual value for the input?
Correct Answer: C
The placeholder attribute in an <input> element displays help text in the input field without specifying an actual value for the input. This text disappears when the user starts typing. * Placeholder Attribute: This attribute provides a hint to the user about what type of information is expected in the field. * Usage Example: <input type="text" placeholder="Enter your name"> The input field will show "Enter your name" as help text. References: * MDN Web Docs on placeholder * W3C HTML Specification on Input Placeholder