i think i found an error. Step 4 of Learn HTML Forms by Building a Registration Form says - Add a title element to the head , and give your project a title of freeCodeCamp Registration Form Project . Also, nest a self-closing link element in the head element. Give it a rel attribute value of stylesheet , a type attribute value of text/css , and an href attribute value of styles.css.
my code -
freeCodeCamp Registration Form Project
but it is giving me an error so i cant advance to the next step
Hi @antoniom1909 , could you please share the solution? I’ve tried changing the codes in different lines and still the same error:
" Your link element should be a self-closing element.". Thanks!