Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumHTMLvalidation attrs required patternSingle-choice MCQ

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">