<html>
<head>
<link rel="stylesheet" href="/style/site.css" type="text/css">
<link rel="icon" href="/favicon.ico">
<link rel="author" href="https://profiles.google.com/rmcgrath">
</head>
</html>
The link element establishes a relationship between this document and another.
rel specifies the relationship to the linked document
href means hypertext reference
N of