Q3 Single choice Flag Which markup ensures that the data entered are either a five-digit zip code or an empty string? A <input pattern=/d(5)''> B <input type=''number'' value=''s'' C Input required min=''s'' max=''s'' D Input class ='' (0-9) (5)''> Correct answer