link theme css code example
Example 1: css link
<link href="main.css" rel="stylesheet">
Example 2: link html
<!-- this is a link tag -->
<link rel="" href="">
<!-- href is the location of your external ressource
list of rel used with a link tag (popular) :
- stylesheet (css)
- alternate
- author
- external
- incon
- index
-->