Same way you made any other element. You need an opening link tag. A link element is self-closing, so you don’t need a closing link tag. Inside of that opening tag, you need to put href and rel attributes with the appropriate values.
A strange extra thing for this step is that they want your tag to end in /> instead of the usual >. We’re working to relax that test since both work.