Tell us what’s happening:
Describe your issue in detail here.
my link element is already within my head element but it still indicates an error. where is the problem. some help please!
Your meta and title elements should be nested in ur head element
your html closing tag should be at the end of your code
your link element should be used to link your css file to ur html file.
hint: it should have a rel attribute and stylesheet value
it should also have a href attribute.