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>
…