the html link properties are code example
Example 1: html link tag
<head>
<link rel="stylesheet" type="text/css" href="theme.css">
</head>
Example 2: a href
<a href="#"><!-- The "#" to be replaced with filename or website address -->Go Somewhere</a>