style a link html code example
Example 1: css link
<link href="main.css" rel="stylesheet">
Example 2: link in html
<a href="https://example.com">Link text goes here</a>
<link href="main.css" rel="stylesheet">
<a href="https://example.com">Link text goes here</a>