no .html link code example
Example 1: html link tag
<head>
<link rel="stylesheet" type="text/css" href="theme.css">
</head>
Example 2: a href to other site
<a href="https://examplesite.com" target="_blank" rel="noopener noreferrer">
Example Link
</a>