Could u help i am stuck

i am in a free code camp challenge and it says Your #name should require input i know what it means but i dont know how to wright it.

MY CODE SO FAR:

html:

hey

hello

<input type=“text” id="name”>

Link to the challenge:

thanks jasper

Hi, you have to make a input element inside your form element for names input. and if you want it to be a mandatory box for user to fill up just add required at the end of the input element.

thanks for your help it worked
:+1: :heartbeat: :sparkling_heart:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.