html limk code example
Example 1: html links
<a href="url">link text</a>
Example 2: html link
<a href="https://www.google.com/">Link to google</a>
Example 3: html link tag
<head>
<link rel="stylesheet" type="text/css" href="theme.css">
</head>