Tell us what’s happening:
I’ve written the code how it says but when I check it says that my link element should be self closing even though it is. I haven’t added any closing tags or anything and I don’t think I have a typo so I don’t know what’s going on.
<!-- Self-closing tag examples -->
<link rel="#" type="#" href="#" />
<img src="#" alt="#" />
<hr />
<br />
<!-- Remember to add a forward slash at the end of your self closing tag -->