link tag
The <link> element in HTML is used to link external resources, such as stylesheets, to an HTML document. It is placed in the head of the document and does not require a closing tag. Here is an example of how to use the <link> element to link a styles...
lovetocode.hashnode.dev1 min read