If a user types nothing into an input element with placeholder="Search", what will the value of the input element be?
input
placeholder="Search"
""
"Search"
The value will be an empty string, "".