Tell us what’s happening:
Describe your issue in detail here.
To finish this fieldset
off, link the text terms and conditions
in the third label
to the following location:
https://www.freecodecamp.org/news/terms-of-service/
<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" required /> I accept the terms and conditions</label>
</fieldset>