freeCodeCamp.org STEP 26 Registration Form

Dear mods would any of you be so kind as to remind where which lesson I first learned to link a website to texts? You guys giving the answer is always nice but I would like to refresh my memory and do the lesson again… btw here is my code so far:

 <fieldset>
    <label><input type="radio" name="account-type" /> Personal Account</label>
    <label><input type="radio" name="account-type" /> Business Account</label>
    <label><input type="checkbox" a href="https:freecodecamp.org/news/terms-of-service" required /> I accept the terms and conditions</label>
  </fieldset>

The anchor element is there in the cat photo app from step 10.

Always make sure you understand the lessons before moving on or it will be a waste of time.

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