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

"""Search"

The value will be an empty string, "".