link for css file code example
Example 1: link css file in html
<link rel="stylesheet" href="styles.css">
Example 2: how to refer to external style sheet
<html>
<head>
<link rel="stylesheet" type="text/css" href="Name.css">
</head>
<body>
.
.
.
</body>