Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyReactclassName htmlForSingle-choice MCQ1 views

You write a label in JSX using the htmlFor attribute. When React renders it to the real DOM, what does that attribute become in the actual HTML?

<label htmlFor="email">Email</label> <input id="email" />