Learn CSS Colors by Building a Set of Colored Markers - Step 1

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

first of all you should use the full url in href attribute and i mean "
https://www.freecodecam…etc"

1 Like

I already sort that…

Thanks for the response. Really appreciate

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