I’m to add the text I accept the terms and conditions
immediately after the input
element in the newly added label. Then link the text terms and conditions
to the following location:
https://www.freecodecamp.org/news/terms-of-service/
This is what I did actually, which I don’t know where I’m wrong;
<label for=“terms-and-conditions” ><input id=“terms-and-conditions” type=“checkbox” required /> I accept the terms and conditions <a href=“freeCodeCamp's Terms of Service”> terms and conditions</a> </label>
<!-- User Editable Region -->
<!DOCTYPE html>
<html lang= "en">
<html/>
<!-- User Editable Region -->
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
Challenge Information:
Learn CSS Colors by Building a Set of Colored Markers - Step 1