An input uses `pattern` to restrict input. Which statement about how the title attribute interacts with `pattern` is correct?<input pattern="[A-Z]{2}\d{4}" title="Two letters then four digits">