Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumCSSattribute and nth-childSingle-choice MCQ

Which input does `input[type="text"]:nth-of-type(3)` match in this form?

<form> <input type="text"> <!-- input 1 --> <input type="email"> <!-- input 2 --> <input type="text"> <!-- input 3 --> </form>